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
0e3e5822
Commit
0e3e5822
authored
Nov 08, 2019
by
徐健
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' of
ssh://gitlab.yidianling.com:2224/app_android_lib/YDL-Component
into dev
parents
ff99ca2d
d69270c0
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
16 additions
and
14 deletions
+16
-14
config.gradle
config.gradle
+6
-4
modular.gradle
m-consultant/modular.gradle
+2
-2
modular.gradle
m-user/modular.gradle
+2
-2
gradle.properties
ydl-media/gradle.properties
+2
-2
gradle.properties
ydl-platform/gradle.properties
+2
-2
gradle.properties
ydl-webview/gradle.properties
+2
-2
No files found.
config.gradle
View file @
0e3e5822
...
@@ -169,12 +169,14 @@ ext {
...
@@ -169,12 +169,14 @@ ext {
"ydl-hnet"
:
'com.ydl:h-net:0.0.8'
,
"ydl-hnet"
:
'com.ydl:h-net:0.0.8'
,
"ydl-utils"
:
'com.ydl:ydl-utils:0.0.2'
,
"ydl-utils"
:
'com.ydl:ydl-utils:0.0.2'
,
"ydl-net"
:
'com.ydl:ydl-net:0.0.1'
,
"ydl-net"
:
'com.ydl:ydl-net:0.0.1'
,
//Modular Api
"ydl-user-router"
:
'com.ydl:router:1.0.0-SNAPSHOT@aar'
,
"ydl-user-router"
:
'com.ydl:router:1.0.0-SNAPSHOT@aar'
,
"ydl-platform"
:
'com.ydl:ydl-platform:0.0.12@aar'
,
//功能组件
"ydl-platform"
:
'com.ydl:ydl-platform:0.0.13@aar'
,
"ydl-webview"
:
'com.ydl:ydl-webview:0.0.15@aar'
,
//业务组件
"ydl-m-user-api"
:
'com.ydl:m-user-api:0.0.5'
,
"ydl-m-user-api"
:
'com.ydl:m-user-api:0.0.5'
,
"ydl-webview"
:
'com.ydl:ydl-webview:0.0.14@aar'
,
"ydl-m-muse-api"
:
'com.ydl:m-muse-api:0.0.1'
,
"ydl-m-muse-api"
:
'com.ydl:m-muse-api:0.0.1'
,
"ydl-m-fm-api"
:
'com.ydl:m-fm-api:0.0.2'
,
"ydl-m-fm-api"
:
'com.ydl:m-fm-api:0.0.2'
,
"ydl-m-fm-module-ydl"
:
'com.ydl:m-fm-module-ydl:0.0.1@aar'
"ydl-m-fm-module-ydl"
:
'com.ydl:m-fm-module-ydl:0.0.1@aar'
...
...
m-consultant/modular.gradle
View file @
0e3e5822
...
@@ -8,14 +8,14 @@ modular {
...
@@ -8,14 +8,14 @@ modular {
groupId
=
"com.ydl"
groupId
=
"com.ydl"
artifactId
=
"m-consultant-module-xlzx"
artifactId
=
"m-consultant-module-xlzx"
// 上报的 心理咨询 业务模块 aar 包的版本号
// 上报的 心理咨询 业务模块 aar 包的版本号
version
=
"0.0.1
2
"
version
=
"0.0.1
3
"
}
}
ydl
{
ydl
{
groupId
=
"com.ydl"
groupId
=
"com.ydl"
artifactId
=
"m-consultant-module-ydl"
artifactId
=
"m-consultant-module-ydl"
// 上报的 壹点灵 业务模块 aar 包的版本号
// 上报的 壹点灵 业务模块 aar 包的版本号
version
=
"0.0.1
2
"
version
=
"0.0.1
3
"
}
}
}
}
...
...
m-user/modular.gradle
View file @
0e3e5822
...
@@ -8,14 +8,14 @@ modular {
...
@@ -8,14 +8,14 @@ modular {
groupId
=
"com.ydl"
groupId
=
"com.ydl"
artifactId
=
"m-user-module-xlzx"
artifactId
=
"m-user-module-xlzx"
// 上报的 心理咨询 业务模块 aar 包的版本号
// 上报的 心理咨询 业务模块 aar 包的版本号
version
=
"0.0.2
0
"
version
=
"0.0.2
1
"
}
}
ydl
{
ydl
{
groupId
=
"com.ydl"
groupId
=
"com.ydl"
artifactId
=
"m-user-module-ydl"
artifactId
=
"m-user-module-ydl"
// 上报的 壹点灵 业务模块 aar 包的版本号
// 上报的 壹点灵 业务模块 aar 包的版本号
version
=
"0.0.2
0
"
version
=
"0.0.2
1
"
}
}
}
}
...
...
ydl-media/gradle.properties
View file @
0e3e5822
IS_PUBLISH
=
true
IS_PUBLISH
=
true
VERSION_NAME
=
0.0.1
VERSION_NAME
=
0.0.4
\ No newline at end of file
\ No newline at end of file
ydl-platform/gradle.properties
View file @
0e3e5822
IS_PUBLISH
=
true
IS_PUBLISH
=
true
VERSION_NAME
=
0.0.12
VERSION_NAME
=
0.0.13
\ No newline at end of file
\ No newline at end of file
ydl-webview/gradle.properties
View file @
0e3e5822
IS_PUBLISH
=
true
IS_PUBLISH
=
true
VERSION_NAME
=
0.0.14
VERSION_NAME
=
0.0.15
\ No newline at end of file
\ No newline at end of file
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