优化依赖关系
This commit is contained in:
parent
d770804d32
commit
e051962bd8
|
|
@ -82,11 +82,7 @@ dependencies {
|
||||||
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
||||||
implementation(project(":core:network"))
|
implementation(project(":core:network"))
|
||||||
implementation(project(":core:architecture"))
|
implementation(project(":core:architecture"))
|
||||||
//api(project(":core:architecture-reflect"))
|
|
||||||
implementation(project(":core:network"))
|
|
||||||
implementation(project(":bill"))
|
implementation(project(":bill"))
|
||||||
//implementation(project(":youtube:core"))
|
|
||||||
//implementation(project(":youtube:custom-ui"))
|
|
||||||
implementation(project(":StatisticReporter"))
|
implementation(project(":StatisticReporter"))
|
||||||
|
|
||||||
implementation libs.androidx.navigation.fragment.ktx
|
implementation libs.androidx.navigation.fragment.ktx
|
||||||
|
|
@ -103,7 +99,6 @@ dependencies {
|
||||||
implementation(libs.okhttp.logging)
|
implementation(libs.okhttp.logging)
|
||||||
implementation(libs.retrofit)
|
implementation(libs.retrofit)
|
||||||
implementation(libs.retrofit.kotlin.serialization)
|
implementation(libs.retrofit.kotlin.serialization)
|
||||||
//implementation 'com.github.hyy920109:GuidePro:1.0.3'
|
|
||||||
implementation 'com.pierfrancescosoffritti.androidyoutubeplayer:core:13.0.0'
|
implementation 'com.pierfrancescosoffritti.androidyoutubeplayer:core:13.0.0'
|
||||||
implementation 'com.pierfrancescosoffritti.androidyoutubeplayer:custom-ui:13.0.0'
|
implementation 'com.pierfrancescosoffritti.androidyoutubeplayer:custom-ui:13.0.0'
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,5 @@ android {
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation(libs.startup)
|
implementation(libs.startup)
|
||||||
implementation libs.androidx.annotation.jvm// MessageManager用了
|
|
||||||
implementation 'androidx.core:core:1.7.0'
|
|
||||||
implementation libs.androidx.customview
|
implementation libs.androidx.customview
|
||||||
}
|
}
|
||||||
|
|
@ -6,5 +6,5 @@ android {
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation libs.activity.ktx
|
implementation libs.activity.ktx
|
||||||
api(project(":core:common"))
|
implementation(project(":core:common"))
|
||||||
}
|
}
|
||||||
|
|
@ -6,5 +6,5 @@ android {
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
// ================================Project项目相关===================================
|
// ================================Project项目相关===================================
|
||||||
api(project(":core:common")) // 使用了RuleException
|
implementation(project(":core:common")) // 使用了RuleException
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue