Commit ff99ca2d by 徐健

backup

parent 88e96e5e
...@@ -79,10 +79,8 @@ dependencies { ...@@ -79,10 +79,8 @@ dependencies {
} else { } else {
//发布时使用 //发布时使用
implementation project(':ydl-media') implementation project(':ydl-media')
api rootProject.ext.dependencies["ydl-m-user-api"] implementation rootProject.ext.dependencies["ydl-m-user-api"]
api(rootProject.ext.dependencies["ydl-platform"]) { implementation rootProject.ext.dependencies["ydl-platform"]
transitive = true
}
} }
} }
...@@ -15,7 +15,7 @@ modular { ...@@ -15,7 +15,7 @@ modular {
groupId = "com.ydl" groupId = "com.ydl"
artifactId = "m-fm-module-ydl" artifactId = "m-fm-module-ydl"
// 上报的 壹点灵 业务模块 aar 包的版本号 // 上报的 壹点灵 业务模块 aar 包的版本号
version = "0.0.1" version = "0.0.6"
} }
} }
......
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