Skip to content

Commit

Permalink
remove unused consumer proguard rules
Browse files Browse the repository at this point in the history
  • Loading branch information
sproctor committed Dec 21, 2024
1 parent 4dad7eb commit 0af7b3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion compose/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ android {
defaultConfig {
minSdk = 26

consumerProguardFiles("consumer-rules.pro")
// consumerProguardFiles("consumer-rules.pro")
}
}

Expand Down
2 changes: 1 addition & 1 deletion core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ android {
defaultConfig {
minSdk = 26

consumerProguardFiles("consumer-rules.pro")
// consumerProguardFiles("consumer-rules.pro")
}
}

Expand Down

0 comments on commit 0af7b3b

Please sign in to comment.