Commit ab643681 by 霍志良

feat:升级platform版本

parent 9bdf4eb4
......@@ -33,7 +33,7 @@ ext {
//-------------- 功能组件 --------------
//第一步
"ydl-platform" : "0.0.40.21",
"ydl-platform" : "0.0.40.34",
//第二步 若干
"ydl-webview" : "0.0.38.47",
......@@ -115,7 +115,7 @@ ext {
//-------------- 功能组件 --------------
//第一步
"ydl-platform" : "0.0.40.21",
"ydl-platform" : "0.0.40.34",
//第二步 若干
"ydl-webview" : "0.0.38.47",
......@@ -262,6 +262,7 @@ ext {
"imagepicker" : "com.ydl:imagepicker:1.0.8.2",
"pictureselector" : "com.ydl:pictureselector:1.2.0",
"protector" : "com.ydl:protector:1.0.1-SNAPSHOT@aar",
"blankUtil" : "com.blankj:utilcode:1.25.9",
"ydl-hnet" : "com.ydl:h-net:0.0.8",
"ydl-user-router" : "com.ydl:router:1.0.0-SNAPSHOT@aar",
"ydl-device" : "com.ydl:device-id:0.0.30@aar",
......
......@@ -108,6 +108,9 @@ dependencies {
api(rootProject.ext.dependencies["protector"]) {
transitive = true
}
api(rootProject.ext.dependencies["blankUtil"]) {
transitive = true
}
api(rootProject.ext.dependencies["ydl-image"]) {
transitive = true
}
......
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