Commit 74557a7c by 徐健

backup

parent 9de0287e
......@@ -42,46 +42,46 @@ ext {
ydlPublishVersion = [
// -------------- 业务模块 --------------
//第三步 若干
"m-confide" : "0.0.43",
"m-consultant" : "0.0.53",
"m-fm" : "0.0.25",
"m-user" : "0.0.44.6",
"m-home" : "0.0.16",
"m-im" : "0.0.9",
"m-dynamic" : "0.0.3",
"m-confide" : "0.0.44",
"m-consultant" : "0.0.54",
"m-fm" : "0.0.26",
"m-user" : "0.0.45",
"m-home" : "0.0.17",
"m-im" : "0.0.10",
"m-dynamic" : "0.0.4",
"m-muse" : "0.0.24",
"m-tests" : "0.0.19",
"m-course" : "0.0.38",
"m-muse" : "0.0.25",
"m-tests" : "0.0.20",
"m-course" : "0.0.39",
//-------------- 业务模块 API 层 --------------
"m-audioim-api" : "0.0.5",
"m-confide-api" : "0.0.1.1",
"m-consultant-api": "0.0.4",
"m-course-api" : "0.0.2",
"m-fm-api" : "0.0.2",
"m-audioim-api" : "0.0.6",
"m-confide-api" : "0.0.2",
"m-consultant-api": "0.0.5",
"m-course-api" : "0.0.3",
"m-fm-api" : "0.0.3",
"m-muse-api" : "0.0.1",
"m-tests-api" : "0.0.1",
"m-user-api" : "0.0.9",
"m-home-api" : "0.0.3",
"m-im-api" : "0.0.8",
"m-dynamic-api" : "0.0.1",
"m-tests-api" : "0.0.2",
"m-user-api" : "0.0.10",
"m-home-api" : "0.0.4",
"m-im-api" : "0.0.9",
"m-dynamic-api" : "0.0.2",
//-------------- 功能组件 --------------
//第一步
"ydl-platform" : "0.0.33.4",
"ydl-platform" : "0.0.34",
//第二步 若干
"ydl-webview" : "0.0.32.4",
"ydl-media" : "0.0.16",
"ydl-pay" : "0.0.13",
"m-audioim" : "0.0.42",
"ydl-webview" : "0.0.33",
"ydl-media" : "0.0.17",
"ydl-pay" : "0.0.14",
"m-audioim" : "0.0.43",
//以下 几乎不会动
"router" : "0.0.1",
"ydl-net" : "0.0.3.1",
"ydl-utils" : "0.0.3.1",
"ydl-flutter-base": "0.0.6.1",
"ydl-net" : "0.0.3.2",
"ydl-utils" : "0.0.3.2",
"ydl-flutter-base": "0.0.7",
]
......@@ -101,33 +101,33 @@ ext {
"m-tests" : "0.0.18.1",
"m-course" : "0.0.34.10",
//-------------- 业务模块 API 层 --------------
"m-audioim-api" : "0.0.5",
"m-confide-api" : "0.0.1.1",
"m-consultant-api": "0.0.4",
"m-course-api" : "0.0.2",
"m-fm-api" : "0.0.2",
"m-audioim-api" : "0.0.6",
"m-confide-api" : "0.0.2",
"m-consultant-api": "0.0.5",
"m-course-api" : "0.0.3",
"m-fm-api" : "0.0.3",
"m-muse-api" : "0.0.1",
"m-tests-api" : "0.0.1",
"m-user-api" : "0.0.9",
"m-home-api" : "0.0.3",
"m-im-api" : "0.0.8",
"m-dynamic-api" : "0.0.1",
"m-tests-api" : "0.0.2",
"m-user-api" : "0.0.10",
"m-home-api" : "0.0.4",
"m-im-api" : "0.0.9",
"m-dynamic-api" : "0.0.2",
//-------------- 功能组件 --------------
//第一步
"ydl-platform" : "0.0.33.4",
"ydl-platform" : "0.0.34",
//第二步 若干
"ydl-webview" : "0.0.32.3",
"ydl-media" : "0.0.15.1",
"ydl-pay" : "0.0.12.1",
"m-audioim" : "0.0.41.1",
"ydl-webview" : "0.0.33",
"ydl-media" : "0.0.17",
"ydl-pay" : "0.0.14",
"m-audioim" : "0.0.43",
//以下 几乎不会动
"router" : "0.0.1",
"ydl-net" : "0.0.3.1",
"ydl-utils" : "0.0.3.1",
"ydl-flutter-base": "0.0.5.41",
"ydl-net" : "0.0.3.2",
"ydl-utils" : "0.0.3.2",
"ydl-flutter-base": "0.0.7",
]
dependencies = [
......
......@@ -24,7 +24,7 @@ modular {
groupId = "com.ydl"
artifactId = "m-consultant-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"
......
......@@ -24,7 +24,7 @@ modular {
groupId = "com.ydl"
artifactId = "m-home-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"
......
......@@ -24,7 +24,7 @@ modular {
groupId = "com.ydl"
artifactId = "m-muse-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"
......
......@@ -24,7 +24,7 @@ modular {
groupId = "com.ydl"
artifactId = "m-tests-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"
......
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