Skip to content

Commit

Permalink
Remove unused deps & add consumer proguard rules to fix gradle build
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhamsinghshubham777 committed Oct 22, 2024
1 parent c1d8d6a commit 85d8324
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
9 changes: 0 additions & 9 deletions composebroadcasts/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,6 @@ android {
}

dependencies {
androidTestImplementation(libs.androidx.espresso.core)
androidTestImplementation(libs.androidx.junit)
androidTestImplementation(libs.androidx.ui.test.junit4)
androidTestImplementation(platform(libs.androidx.compose.bom))
debugImplementation(libs.androidx.ui.test.manifest)
implementation(libs.androidx.appcompat)
implementation(libs.androidx.core.ktx)
implementation(libs.androidx.ui)
implementation(libs.material)
implementation(platform(libs.androidx.compose.bom))
testImplementation(libs.junit)
}
3 changes: 3 additions & 0 deletions composebroadcasts/consumer-rules.pro
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
-dontwarn compose.broadcasts.CBBroadcastReceiver
-dontwarn compose.broadcasts.CBInputMethodInfo
-dontwarn compose.broadcasts.ComposablesKt

0 comments on commit 85d8324

Please sign in to comment.