Skip to content

Commit 85d8324

Browse files
Remove unused deps & add consumer proguard rules to fix gradle build
1 parent c1d8d6a commit 85d8324

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

composebroadcasts/build.gradle.kts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,6 @@ android {
3838
}
3939

4040
dependencies {
41-
androidTestImplementation(libs.androidx.espresso.core)
42-
androidTestImplementation(libs.androidx.junit)
43-
androidTestImplementation(libs.androidx.ui.test.junit4)
44-
androidTestImplementation(platform(libs.androidx.compose.bom))
45-
debugImplementation(libs.androidx.ui.test.manifest)
46-
implementation(libs.androidx.appcompat)
47-
implementation(libs.androidx.core.ktx)
4841
implementation(libs.androidx.ui)
49-
implementation(libs.material)
5042
implementation(platform(libs.androidx.compose.bom))
51-
testImplementation(libs.junit)
5243
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
-dontwarn compose.broadcasts.CBBroadcastReceiver
2+
-dontwarn compose.broadcasts.CBInputMethodInfo
3+
-dontwarn compose.broadcasts.ComposablesKt

0 commit comments

Comments
 (0)