Commit 5e49bf67 by 徐健

platform引入flutter

parent 381f2ac1
...@@ -177,6 +177,9 @@ dependencies { ...@@ -177,6 +177,9 @@ dependencies {
implementation project(':ydl-media') implementation project(':ydl-media')
implementation project(':m-muse')
// api rootProject.ext.dependencies["ydl-m-fm-module-ydl"] // api rootProject.ext.dependencies["ydl-m-fm-module-ydl"]
// api rootProject.ext.dependencies["ydl-m-fm-api"] // api rootProject.ext.dependencies["ydl-m-fm-api"]
api project(':m-fm') api project(':m-fm')
......
...@@ -172,9 +172,10 @@ ext { ...@@ -172,9 +172,10 @@ ext {
"ydl-user-router" : 'com.ydl:router:1.0.0-SNAPSHOT@aar', "ydl-user-router" : 'com.ydl:router:1.0.0-SNAPSHOT@aar',
//功能组件 //功能组件
"ydl-platform" : 'com.ydl:ydl-platform:0.0.13@aar', "ydl-platform" : 'com.ydl:ydl-platform:0.0.15@aar',
"ydl-webview" : 'com.ydl:ydl-webview:0.0.15@aar', "ydl-webview" : 'com.ydl:ydl-webview:0.0.15@aar',
"ydl-media" : 'com.ydl:ydl-media:0.0.4@aar', "ydl-media" : 'com.ydl:ydl-media:0.0.4@aar',
"ydl-flutter" : 'com.ydl:ydl-flutter:0.0.2@aar',
//业务组件 //业务组件
"ydl-m-user-api" : 'com.ydl:m-user-api:0.0.5', "ydl-m-user-api" : 'com.ydl:m-user-api:0.0.5',
......
...@@ -78,9 +78,11 @@ dependencies { ...@@ -78,9 +78,11 @@ dependencies {
implementation project(':ydl-media') implementation project(':ydl-media')
} else { } else {
//发布时使用 //发布时使用
implementation "com.ydl:ydl-media:0.0.4@aar" implementation rootProject.ext.dependencies["ydl-media"]
implementation rootProject.ext.dependencies["ydl-m-user-api"] implementation rootProject.ext.dependencies["ydl-m-user-api"]
implementation rootProject.ext.dependencies["ydl-platform"] implementation (rootProject.ext.dependencies["ydl-platform"]) {
transitive = true
}
} }
} }
...@@ -68,7 +68,9 @@ dependencies { ...@@ -68,7 +68,9 @@ dependencies {
implementation project(':ydl-media') implementation project(':ydl-media')
} else { } else {
//发布时使用 //发布时使用
implementation project(':ydl-media') api rootProject.ext.dependencies["ydl-media"]
implementation rootProject.ext.dependencies["ydl-platform"] api (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-muse-module-ydl" artifactId = "m-muse-module-ydl"
// 上报的 壹点灵 业务模块 aar 包的版本号 // 上报的 壹点灵 业务模块 aar 包的版本号
version = "0.0.1" version = "0.0.4"
} }
} }
......
...@@ -77,6 +77,7 @@ dependencies { ...@@ -77,6 +77,7 @@ dependencies {
api rootProject.ext.dependencies["ydl-hnet"] api rootProject.ext.dependencies["ydl-hnet"]
api rootProject.ext.dependencies["imagepicker"] api rootProject.ext.dependencies["imagepicker"]
api rootProject.ext.dependencies["ydl-utils"] api rootProject.ext.dependencies["ydl-utils"]
api rootProject.ext.dependencies["ydl-flutter"]
api rootProject.ext.dependencies["ydl-net"] api rootProject.ext.dependencies["ydl-net"]
api(rootProject.ext.dependencies["ydl-js"]) { api(rootProject.ext.dependencies["ydl-js"]) {
transitive = true transitive = true
......
IS_PUBLISH=true IS_PUBLISH=true
VERSION_NAME=0.0.13 VERSION_NAME=0.0.15
\ No newline at end of file \ No newline at end of file
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