diff --git a/app/build.gradle b/app/build.gradle index 3f576a5..89df666 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -82,11 +82,7 @@ dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation(project(":core:network")) implementation(project(":core:architecture")) - //api(project(":core:architecture-reflect")) - implementation(project(":core:network")) implementation(project(":bill")) - //implementation(project(":youtube:core")) - //implementation(project(":youtube:custom-ui")) implementation(project(":StatisticReporter")) implementation libs.androidx.navigation.fragment.ktx @@ -103,7 +99,6 @@ dependencies { implementation(libs.okhttp.logging) implementation(libs.retrofit) 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:custom-ui:13.0.0' diff --git a/core/common/build.gradle b/core/common/build.gradle index a76e6c9..24d814c 100644 --- a/core/common/build.gradle +++ b/core/common/build.gradle @@ -9,7 +9,5 @@ android { dependencies { implementation(libs.startup) - implementation libs.androidx.annotation.jvm// MessageManager用了 - implementation 'androidx.core:core:1.7.0' implementation libs.androidx.customview } \ No newline at end of file diff --git a/core/designsystem/build.gradle b/core/designsystem/build.gradle index 590dc96..74962ae 100644 --- a/core/designsystem/build.gradle +++ b/core/designsystem/build.gradle @@ -6,5 +6,5 @@ android { dependencies { implementation libs.activity.ktx - api(project(":core:common")) + implementation(project(":core:common")) } \ No newline at end of file diff --git a/core/network/build.gradle b/core/network/build.gradle index 09ee57a..0d082d7 100644 --- a/core/network/build.gradle +++ b/core/network/build.gradle @@ -6,5 +6,5 @@ android { dependencies { // ================================Project项目相关=================================== - api(project(":core:common")) // 使用了RuleException + implementation(project(":core:common")) // 使用了RuleException } \ No newline at end of file