Commit 76709a76 by 徐健

升级platform

parent 5512cdec
......@@ -43,21 +43,21 @@ ext {
// -------------- 业务模块 --------------
//第三步 若干
"m-confide" : "0.0.40",
"m-consultant" : "0.0.44",
"m-fm" : "0.0.21",
"m-user" : "0.0.39.1",
"m-home" : "0.0.5.1",
"m-confide" : "0.0.40.1",
"m-consultant" : "0.0.50.1",
"m-fm" : "0.0.23.1",
"m-user" : "0.0.40.1",
"m-home" : "0.0.6.2",
"m-muse" : "0.0.19.5",
"m-tests" : "0.0.13.5",
"m-course" : "0.0.32",
"m-muse" : "0.0.20.1",
"m-tests" : "0.0.15.1",
"m-course" : "0.0.34.1",
"m-im" : "0.0.1",
//-------------- 业务模块 API 层 --------------
"m-audioim-api" : "0.0.5",
"m-confide-api" : "0.0.1",
"m-consultant-api": "0.0.3",
"m-consultant-api": "0.0.4",
"m-course-api" : "0.0.2",
"m-fm-api" : "0.0.2",
"m-muse-api" : "0.0.1",
......@@ -68,13 +68,13 @@ ext {
//-------------- 功能组件 --------------
//第一步
"ydl-platform" : "0.0.28.4",
"ydl-platform" : "0.0.28.5",
//第二步 若干
"ydl-webview" : "0.0.28.1",
"ydl-media" : "0.0.14.1",
"ydl-pay" : "0.0.11.1",
"m-audioim" : "0.0.40.1",
"ydl-webview" : "0.0.28.2",
"ydl-media" : "0.0.14.2",
"ydl-pay" : "0.0.11.2",
"m-audioim" : "0.0.40.2",
//以下 几乎不会动
"router" : "0.0.1",
......@@ -100,7 +100,7 @@ ext {
//-------------- 业务模块 API 层 --------------
"m-audioim-api" : "0.0.5",
"m-confide-api" : "0.0.1",
"m-consultant-api": "0.0.3",
"m-consultant-api": "0.0.4",
"m-course-api" : "0.0.2",
"m-fm-api" : "0.0.2",
"m-muse-api" : "0.0.1",
......@@ -111,13 +111,13 @@ ext {
//-------------- 功能组件 --------------
//第一步
"ydl-platform" : "0.0.28.4",
"ydl-platform" : "0.0.28.5",
//第二步 若干
"ydl-webview" : "0.0.28",
"ydl-media" : "0.0.14",
"ydl-pay" : "0.0.11",
"m-audioim" : "0.0.31.11",
"ydl-webview" : "0.0.28.2",
"ydl-media" : "0.0.14.2",
"ydl-pay" : "0.0.11.2",
"m-audioim" : "0.0.40.2",
//以下 几乎不会动
......
......@@ -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"
......
......@@ -69,7 +69,7 @@ dependencies {
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
implementation "com.airbnb.android:lottie:2.5.0"
api "com.airbnb.android:lottie:2.5.0"
implementation "com.alibaba:arouter-api:$arouter_api"
// 注意此处的依赖方式:kotlin中使用和java中使用方式有不同
......
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