Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
YDL-Component-Medical
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
杨凯
YDL-Component-Medical
Commits
4261a590
Commit
4261a590
authored
Nov 15, 2019
by
严久程
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
课程flutter
parent
e4dea053
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
modular.gradle
m-course/modular.gradle
+3
-3
CourseServiceImp.kt
m-course/src/main/java/com/yidianling/course/modular_service/CourseServiceImp.kt
+2
-0
No files found.
m-course/modular.gradle
View file @
4261a590
...
...
@@ -8,14 +8,14 @@ modular {
groupId
=
"com.ydl"
artifactId
=
"m-course-module-xlzx"
// 上报的 心理咨询 业务模块 aar 包的版本号
version
=
"0.0.
2
"
version
=
"0.0.
3
"
}
ydl
{
groupId
=
"com.ydl"
artifactId
=
"m-course-module-ydl"
// 上报的 壹点灵 业务模块 aar 包的版本号
version
=
"0.0.
2
"
version
=
"0.0.
3
"
}
}
...
...
@@ -24,7 +24,7 @@ modular {
groupId
=
"com.ydl"
artifactId
=
"m-course-api"
//开发时注释掉版本号,发布api时打开
version
=
"0.0.
1
"
version
=
"0.0.
2
"
// API 层打包时需要引入的依赖
apiDependencies
{
implementation
"com.google.code.gson:gson:2.8.2"
...
...
m-course/src/main/java/com/yidianling/course/modular_service/CourseServiceImp.kt
View file @
4261a590
...
...
@@ -2,6 +2,7 @@ package com.yidianling.course.modular_service
import
android.app.Activity
import
android.content.Context
import
com.alibaba.android.arouter.facade.annotation.Route
import
com.ydl.media.audio.AudioPlayer
import
com.ydl.media.view.PlayerFloatHelper
import
com.ydl.course.api.ICourseService
...
...
@@ -15,6 +16,7 @@ import com.yidianling.course.flutterPlugin.CourseSendPlugin
* @Company 壹点灵
* @date 2019/11/12
*/
@Route
(
path
=
"/course/CourseService"
)
class
CourseServiceImp
:
ICourseService
{
override
fun
courseTopic
(
activity
:
Activity
,
id
:
String
)
{
CourseTopicActivity
.
start
(
activity
,
id
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment