Commit ccf0a907 by 严久程

版本

parents fcb6288e e05e7342
...@@ -43,13 +43,13 @@ ext { ...@@ -43,13 +43,13 @@ ext {
// -------------- 业务模块 -------------- // -------------- 业务模块 --------------
//第三步 若干 //第三步 若干
"m-confide" : "0.0.24", "m-confide" : "0.0.25",
"m-consultant" : "0.0.39", "m-consultant" : "0.0.39",
"m-course" : "0.0.28", "m-course" : "0.0.28",
"m-fm" : "0.0.17", "m-fm" : "0.0.20",
"m-muse" : "0.0.17", "m-muse" : "0.0.17",
"m-tests" : "0.0.11", "m-tests" : "0.0.11",
"m-user" : "0.0.32", "m-user" : "0.0.33",
//-------------- 业务模块 API 层 -------------- //-------------- 业务模块 API 层 --------------
...@@ -70,7 +70,7 @@ ext { ...@@ -70,7 +70,7 @@ ext {
"ydl-webview" : "0.0.27", "ydl-webview" : "0.0.27",
"ydl-media" : "0.0.13", "ydl-media" : "0.0.13",
"ydl-pay" : "0.0.10", "ydl-pay" : "0.0.10",
"m-audioim" : "0.0.23", "m-audioim" : "0.0.25",
//以下 几乎不会动 //以下 几乎不会动
"router" : "0.0.1", "router" : "0.0.1",
...@@ -90,7 +90,7 @@ ext { ...@@ -90,7 +90,7 @@ ext {
"m-tests" : "0.0.4", "m-tests" : "0.0.4",
"m-user" : "0.0.25", "m-user" : "0.0.25",
//-------------- 业务模块 API 层 -------------- //-------------- 业务模块 API 层 --------------
"m-audioim-api" : "0.0.2", "m-audioim-api" : "0.0.4",
"m-confide-api" : "0.0.1", "m-confide-api" : "0.0.1",
"m-consultant-api": "0.0.3", "m-consultant-api": "0.0.3",
"m-course-api" : "0.0.2", "m-course-api" : "0.0.2",
...@@ -107,7 +107,7 @@ ext { ...@@ -107,7 +107,7 @@ ext {
"ydl-webview" : "0.0.27", "ydl-webview" : "0.0.27",
"ydl-media" : "0.0.13", "ydl-media" : "0.0.13",
"ydl-pay" : "0.0.10", "ydl-pay" : "0.0.10",
"m-audioim" : "0.0.23", "m-audioim" : "0.0.25",
//以下 几乎不会动 //以下 几乎不会动
......
...@@ -77,10 +77,8 @@ dependencies { ...@@ -77,10 +77,8 @@ dependencies {
//开发时使用 //开发时使用
api project(':ydl-platform') api project(':ydl-platform')
api project(':ydl-webview') api project(':ydl-webview')
implementation modularPublication('com.ydl:m-audioim-api')
}else { }else {
//发布时使用 //发布时使用
compileOnly rootProject.ext.dependencies["ydl-m-audioim-api"]
api rootProject.ext.dependencies["ydl-webview"] api rootProject.ext.dependencies["ydl-webview"]
api(rootProject.ext.dependencies["ydl-platform"]) { api(rootProject.ext.dependencies["ydl-platform"]) {
transitive = true transitive = true
......
...@@ -6,7 +6,8 @@ modular { ...@@ -6,7 +6,8 @@ modular {
//发布信息 module/api 通用 //发布信息 module/api 通用
groupId = "com.ydl" groupId = "com.ydl"
artifactId = "m-audioim-api" artifactId = "m-audioim-api"
//version = rootProject.ext.ydlPublishVersion[childProject.getName()+"-api"] // version = rootProject.ext.ydlPublishVersion[childProject.getName()+"-api"]
version = "0.0.4"
// API 层打包时需要引入的依赖 // API 层打包时需要引入的依赖
apiDependencies { apiDependencies {
implementation "com.google.code.gson:gson:2.8.2" 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