Commit cda926af by konghaorui

升级版本👌

parent ef62f674
ext {
kotlin_version = '1.3.21'
dev_mode = false
dev_mode = true
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',
]
}
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
......@@ -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
......
......@@ -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"
}
}
......
......@@ -8,14 +8,14 @@ modular {
groupId = "com.ydl"
artifactId = "m-consultant-module-xlzx"
// 上报的 心理咨询 业务模块 aar 包的版本号
version = "0.0.13"
version = "0.0.14"
}
ydl{
groupId = "com.ydl"
artifactId = "m-consultant-module-ydl"
// 上报的 壹点灵 业务模块 aar 包的版本号
version = "0.0.13"
version = "0.0.14"
}
}
......
......@@ -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"
}
}
......
......@@ -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"
}
}
......
......@@ -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"
}
}
......
......@@ -8,14 +8,14 @@ modular {
groupId = "com.ydl"
artifactId = "m-user-module-xlzx"
// 上报的 心理咨询 业务模块 aar 包的版本号
version = "0.0.21"
version = "0.0.22"
}
ydl{
groupId = "com.ydl"
artifactId = "m-user-module-ydl"
// 上报的 壹点灵 业务模块 aar 包的版本号
version = "0.0.21"
version = "0.0.22"
}
}
......
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
......@@ -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
}
......
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
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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment