Commit 377c2de6 by 洪国微

update

parent 7394a142
...@@ -93,11 +93,8 @@ dependencies { ...@@ -93,11 +93,8 @@ dependencies {
implementation'com.ydl:router:1.0.0-SNAPSHOT@aar' implementation'com.ydl:router:1.0.0-SNAPSHOT@aar'
implementation('com.ydl:ydl-platform:0.0.12@aar') { api(rootProject.ext.dependencies["ydl-platform"]) {
transitive = true transitive = true
// exclude group: 'com.ydl', module: 'ydl-utils'
// exclude group: 'com.ydl', module: 'ydl-js'
// exclude group: 'com.ydl', module: 'ydl-pushagent'
} }
api 'com.ydl:ydl-media:0.0.1@aar' api 'com.ydl:ydl-media:0.0.1@aar'
} }
...@@ -16,7 +16,7 @@ modular { ...@@ -16,7 +16,7 @@ modular {
groupId = "com.ydl" groupId = "com.ydl"
artifactId = "m-confide-module-ydl" artifactId = "m-confide-module-ydl"
// 上报的业务模块 aar 包的版本号 // 上报的业务模块 aar 包的版本号
version = "0.0.4" 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