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
dba47e20
Commit
dba47e20
authored
Dec 18, 2019
by
konghaorui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
发布动态模块
parent
4b3c125c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
6 deletions
+11
-6
config.gradle
config.gradle
+8
-3
build.gradle
m-dynamic/build.gradle
+2
-2
modular.gradle
m-dynamic/modular.gradle
+1
-1
No files found.
config.gradle
View file @
dba47e20
...
...
@@ -53,6 +53,7 @@ ext {
"m-tests"
:
"0.0.15.1"
,
"m-course"
:
"0.0.34.1"
,
"m-im"
:
"0.0.2"
,
"m-dynamic"
:
"0.0.1"
,
//-------------- 业务模块 API 层 --------------
"m-audioim-api"
:
"0.0.5"
,
...
...
@@ -65,10 +66,11 @@ ext {
"m-user-api"
:
"0.0.7"
,
"m-home-api"
:
"0.0.3"
,
"m-im-api"
:
"0.0.2"
,
"m-dynamic-api"
:
"0.0.1"
,
//-------------- 功能组件 --------------
//第一步
"ydl-platform"
:
"0.0.28.
6
"
,
"ydl-platform"
:
"0.0.28.
7
"
,
//第二步 若干
"ydl-webview"
:
"0.0.28.2"
,
...
...
@@ -93,6 +95,7 @@ ext {
"m-user"
:
"0.0.25"
,
"m-home"
:
"0.0.3"
,
"m-im"
:
"0.0.1"
,
"m-dynamic"
:
"0.0.1"
,
// 以下为接入flutter的模块
"m-muse"
:
"0.0.7"
,
...
...
@@ -108,15 +111,16 @@ ext {
"m-user-api"
:
"0.0.7"
,
"m-home-api"
:
"0.0.3"
,
"m-im-api"
:
"0.0.2"
,
"m-dynamic-api"
:
"0.0.1"
,
//-------------- 功能组件 --------------
//第一步
"ydl-platform"
:
"0.0.28.
6
"
,
"ydl-platform"
:
"0.0.28.
7
"
,
//第二步 若干
"ydl-webview"
:
"0.0.28.2"
,
"ydl-media"
:
"0.0.14.2"
,
"ydl-pay"
:
"0.0.11.
2
"
,
"ydl-pay"
:
"0.0.11.
3
"
,
"m-audioim"
:
"0.0.40.2"
,
//以下 几乎不会动
...
...
@@ -283,6 +287,7 @@ ext {
"ydl-m-im-api"
:
"com.ydl:m-im-api:${ydlCompileVersion["
m
-
im
-
api
"]}"
,
"ydl-m-home-api"
:
"com.ydl:m-home-api:${ydlCompileVersion["
m
-
home
-
api
"]}"
,
"ydl-m-consultant-api"
:
"com.ydl:m-consultant-api:${ydlCompileVersion["
m
-
consultant
-
api
"]}"
,
"ydl-m-dynamic-api"
:
"com.ydl:m-dynamic-api:${ydlCompileVersion["
m
-
dynamic
-
api
"]}"
,
]
}
m-dynamic/build.gradle
View file @
dba47e20
...
...
@@ -99,12 +99,12 @@ dependencies {
api
project
(
':ydl-platform'
)
api
project
(
":ydl-pay"
)
implementation
modularPublication
(
'com.ydl:m-user-api'
)
implementation
modularPublication
(
'com.ydl:m-
audioim
-api'
)
implementation
modularPublication
(
'com.ydl:m-
dynamic
-api'
)
}
else
{
//发布时使用
api
rootProject
.
ext
.
dependencies
[
"ydl-pay"
]
compileOnly
rootProject
.
ext
.
dependencies
[
"ydl-m-user-api"
]
compileOnly
rootProject
.
ext
.
dependencies
[
"ydl-m-
audioim
-api"
]
compileOnly
rootProject
.
ext
.
dependencies
[
"ydl-m-
dynamic
-api"
]
api
rootProject
.
ext
.
dependencies
[
"ydl-webview"
]
api
(
rootProject
.
ext
.
dependencies
[
"ydl-platform"
])
{
transitive
=
true
...
...
m-dynamic/modular.gradle
View file @
dba47e20
...
...
@@ -24,7 +24,7 @@ modular {
groupId
=
"com.ydl"
artifactId
=
"m-dynamic-api"
//开发时注释掉版本号,发布api时打开
//
version = rootProject.ext.ydlPublishVersion[childProject.getName()+"-api"]
version
=
rootProject
.
ext
.
ydlPublishVersion
[
childProject
.
getName
()+
"-api"
]
// API 层打包时需要引入的依赖
apiDependencies
{
implementation
"com.google.code.gson:gson:2.8.2"
...
...
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