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
cda926af
Commit
cda926af
authored
Nov 13, 2019
by
konghaorui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
升级版本
👌
parent
ef62f674
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
33 additions
and
32 deletions
+33
-32
config.gradle
config.gradle
+10
-7
gradle.properties
m-audioim/gradle.properties
+2
-2
build.gradle
m-confide/build.gradle
+2
-2
modular.gradle
m-confide/modular.gradle
+2
-2
modular.gradle
m-consultant/modular.gradle
+2
-2
modular.gradle
m-fm/modular.gradle
+2
-2
modular.gradle
m-muse/modular.gradle
+2
-2
modular.gradle
m-tests/modular.gradle
+2
-2
modular.gradle
m-user/modular.gradle
+2
-2
gradle.properties
ydl-media/gradle.properties
+2
-2
build.gradle
ydl-platform/build.gradle
+1
-3
gradle.properties
ydl-platform/gradle.properties
+2
-2
gradle.properties
ydl-webview/gradle.properties
+2
-2
No files found.
config.gradle
View file @
cda926af
ext
{
kotlin_version
=
'1.3.21'
dev_mode
=
fals
e
dev_mode
=
tru
e
ydl_app
=
[
appName
:
"心理咨询壹点灵"
,
...
...
@@ -171,19 +171,22 @@ ext {
"ydl-net"
:
'com.ydl:ydl-net:0.0.1'
,
"ydl-user-router"
:
'com.ydl:router:1.0.0-SNAPSHOT@aar'
,
"ydl-device"
:
'com.ydl:device-id:0.0.7@aar'
,
"ydl-flutter"
:
'com.ydl:ydl-flutter:0.0.2@aar'
,
//基础组件 <<--- 先发这个,发完改这里的版本号
"ydl-platform"
:
'com.ydl:ydl-platform:0.0.16@aar'
,
//功能组件
"ydl-platform"
:
'com.ydl:ydl-platform:0.0.15@aar'
,
"ydl-webview"
:
'com.ydl:ydl-webview:0.0.15@aar'
,
"ydl-media"
:
'com.ydl:ydl-media:0.0.4@aar'
,
"ydl-flutter"
:
'com.ydl:ydl-flutter:0.0.2@aar'
,
//功能组件 <<--- 再发这些,发完改这里的版本号
"ydl-webview"
:
'com.ydl:ydl-webview:0.0.16@aar'
,
"ydl-media"
:
'com.ydl:ydl-media:0.0.5@aar'
,
"ydl-audioim"
:
'com.ydl:m-audioim:0.0.4@aar'
,
//业务组件
//业务组件
<<--- 最后发这些(只发改过的)
"ydl-m-user-api"
:
'com.ydl:m-user-api:0.0.5'
,
"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-module-ydl"
:
'com.ydl:m-fm-module-ydl:0.0.6@aar'
,
"ydl-m-tests-api"
:
'com.ydl:m-tests-api:0.0.1'
,
]
}
m-audioim/gradle.properties
View file @
cda926af
IS_PUBLISH
=
true
VERSION_NAME
=
0.0.3
\ No newline at end of file
VERSION_NAME
=
0.0.4
\ No newline at end of file
m-confide/build.gradle
View file @
cda926af
...
...
@@ -92,8 +92,8 @@ dependencies {
}
else
{
//发布时使用
api
rootProject
.
ext
.
dependencies
[
"ydl-media"
]
api
(
'com.ydl:m-audioim:0.0.3@aar'
){
transitive
=
true
api
(
rootProject
.
ext
.
dependencies
[
"ydl-audioim"
]
){
transitive
=
true
}
api
(
rootProject
.
ext
.
dependencies
[
"ydl-platform"
])
{
transitive
=
true
...
...
m-confide/modular.gradle
View file @
cda926af
...
...
@@ -8,7 +8,7 @@ modular {
groupId
=
"com.ydl"
artifactId
=
"m-confide-module-xlzx"
// 上报的业务模块 aar 包的版本号
version
=
"0.0.
9
"
version
=
"0.0.
10
"
}
ydl
{
...
...
@@ -16,7 +16,7 @@ modular {
groupId
=
"com.ydl"
artifactId
=
"m-confide-module-ydl"
// 上报的业务模块 aar 包的版本号
version
=
"0.0.
9
"
version
=
"0.0.
10
"
}
}
...
...
m-consultant/modular.gradle
View file @
cda926af
...
...
@@ -8,14 +8,14 @@ modular {
groupId
=
"com.ydl"
artifactId
=
"m-consultant-module-xlzx"
// 上报的 心理咨询 业务模块 aar 包的版本号
version
=
"0.0.1
3
"
version
=
"0.0.1
4
"
}
ydl
{
groupId
=
"com.ydl"
artifactId
=
"m-consultant-module-ydl"
// 上报的 壹点灵 业务模块 aar 包的版本号
version
=
"0.0.1
3
"
version
=
"0.0.1
4
"
}
}
...
...
m-fm/modular.gradle
View file @
cda926af
...
...
@@ -8,14 +8,14 @@ modular {
groupId
=
"com.ydl"
artifactId
=
"m-fm-module-xlzx"
// 上报的 心理咨询 业务模块 aar 包的版本号
version
=
"0.0.
1
"
version
=
"0.0.
8
"
}
ydl
{
groupId
=
"com.ydl"
artifactId
=
"m-fm-module-ydl"
// 上报的 壹点灵 业务模块 aar 包的版本号
version
=
"0.0.
7
"
version
=
"0.0.
8
"
}
}
...
...
m-muse/modular.gradle
View file @
cda926af
...
...
@@ -8,14 +8,14 @@ modular {
groupId
=
"com.ydl"
artifactId
=
"m-muse-module-xlzx"
// 上报的 心理咨询 业务模块 aar 包的版本号
version
=
"0.0.
1
"
version
=
"0.0.
5
"
}
ydl
{
groupId
=
"com.ydl"
artifactId
=
"m-muse-module-ydl"
// 上报的 壹点灵 业务模块 aar 包的版本号
version
=
"0.0.
4
"
version
=
"0.0.
5
"
}
}
...
...
m-tests/modular.gradle
View file @
cda926af
...
...
@@ -8,14 +8,14 @@ modular {
groupId
=
"com.ydl"
artifactId
=
"m-tests-module-xlzx"
// 上报的 心理咨询 业务模块 aar 包的版本号
version
=
"0.0.
1
"
version
=
"0.0.
2
"
}
ydl
{
groupId
=
"com.ydl"
artifactId
=
"m-tests-module-ydl"
// 上报的 壹点灵 业务模块 aar 包的版本号
version
=
"0.0.
1
"
version
=
"0.0.
2
"
}
}
...
...
m-user/modular.gradle
View file @
cda926af
...
...
@@ -8,14 +8,14 @@ modular {
groupId
=
"com.ydl"
artifactId
=
"m-user-module-xlzx"
// 上报的 心理咨询 业务模块 aar 包的版本号
version
=
"0.0.2
1
"
version
=
"0.0.2
2
"
}
ydl
{
groupId
=
"com.ydl"
artifactId
=
"m-user-module-ydl"
// 上报的 壹点灵 业务模块 aar 包的版本号
version
=
"0.0.2
1
"
version
=
"0.0.2
2
"
}
}
...
...
ydl-media/gradle.properties
View file @
cda926af
IS_PUBLISH
=
true
VERSION_NAME
=
0.0.4
\ No newline at end of file
VERSION_NAME
=
0.0.5
\ No newline at end of file
ydl-platform/build.gradle
View file @
cda926af
...
...
@@ -79,9 +79,7 @@ dependencies {
api
rootProject
.
ext
.
dependencies
[
"ydl-utils"
]
api
rootProject
.
ext
.
dependencies
[
"ydl-flutter"
]
api
rootProject
.
ext
.
dependencies
[
"ydl-net"
]
api
(
'com.ydl:device-id:0.0.7@aar'
){
transitive
=
true
}
api
rootProject
.
ext
.
dependencies
[
"ydl-js"
]
api
(
rootProject
.
ext
.
dependencies
[
"ydl-device"
])
{
transitive
=
true
}
...
...
ydl-platform/gradle.properties
View file @
cda926af
IS_PUBLISH
=
true
VERSION_NAME
=
0.0.15
\ No newline at end of file
VERSION_NAME
=
0.0.16
\ No newline at end of file
ydl-webview/gradle.properties
View file @
cda926af
IS_PUBLISH
=
true
VERSION_NAME
=
0.0.15
\ No newline at end of file
VERSION_NAME
=
0.0.16
\ 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