Commit 4f14efc8 by 徐健

backup

parent c5dfd262
...@@ -47,9 +47,9 @@ ext { ...@@ -47,9 +47,9 @@ ext {
"m-fm" : "0.0.15", "m-fm" : "0.0.15",
"m-user" : "0.0.31", "m-user" : "0.0.31",
// 接入flutter的模块 // 接入flutter的模块
"m-tests" : "0.0.1", "m-tests" : "0.0.10.5",
"m-muse" : "0.0.1", "m-muse" : "0.0.12.5",
"m-course" : "0.0.1", "m-course" : "0.0.23.5",
//-------------- 业务模块 API 层 -------------- //-------------- 业务模块 API 层 --------------
"m-audioim-api" : "0.0.1", "m-audioim-api" : "0.0.1",
...@@ -73,7 +73,7 @@ ext { ...@@ -73,7 +73,7 @@ ext {
"router" : "0.0.1", "router" : "0.0.1",
"ydl-net" : "0.0.2", "ydl-net" : "0.0.2",
"ydl-utils" : "0.0.3", "ydl-utils" : "0.0.3",
"ydl-flutter-base": "0.0.4", "ydl-flutter-base": "0.0.5.3",
] ]
ydlCompileVersion = [ ydlCompileVersion = [
...@@ -113,7 +113,7 @@ ext { ...@@ -113,7 +113,7 @@ ext {
"router" : "0.0.1", "router" : "0.0.1",
"ydl-net" : "0.0.2", "ydl-net" : "0.0.2",
"ydl-utils" : "0.0.3", "ydl-utils" : "0.0.3",
"ydl-flutter-base": "0.0.4", "ydl-flutter-base": "0.0.5.3",
] ]
dependencies = [ dependencies = [
...@@ -250,8 +250,8 @@ ext { ...@@ -250,8 +250,8 @@ ext {
"ydl-utils" : "com.ydl:ydl-utils:${ydlCompileVersion["ydl-utils"]}", "ydl-utils" : "com.ydl:ydl-utils:${ydlCompileVersion["ydl-utils"]}",
//flutter功能组件升级===>发布ydl-flutter组件===>引用flutter相关的业务模块 //flutter功能组件升级===>发布ydl-flutter组件===>引用flutter相关的业务模块
"ydl-flutter-base" : "com.ydl:ydl-utils:${ydlCompileVersion["ydl-flutter-base"]}", //组件化项目中的flutter base模块 "ydl-flutter-base" : "com.ydl:ydl-flutter-base:${ydlCompileVersion["ydl-flutter-base"]}", //组件化项目中的flutter base模块
"ydl-flutter" : "com.ydl:ydl-flutter:0.0.1@aar", //flutter aar "ydl-flutter" : "com.ydl:ydl-flutter:0.0.15.1@aar", //flutter aar
"ydl-flutter-sp" : "com.ydl:ydl-flutter-sp:0.0.2@aar", //flutter 缓存 aar "ydl-flutter-sp" : "com.ydl:ydl-flutter-sp:0.0.2@aar", //flutter 缓存 aar
//基础组件 <<--- 先发这个,发完改这里的版本号 //基础组件 <<--- 先发这个,发完改这里的版本号
......
...@@ -88,6 +88,6 @@ dependencies { ...@@ -88,6 +88,6 @@ dependencies {
transitive = true transitive = true
} }
// implementation rootProject.ext.ydlPublishVersion["ydl-flutter-base"] implementation rootProject.ext.dependencies["ydl-flutter-base"]
} }
} }
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