Skip to content

Commit

Permalink
Do not set isRemoveUnusedCode true for libs :)
Browse files Browse the repository at this point in the history
  • Loading branch information
nanihadesuka committed Apr 23, 2024
1 parent c0afb05 commit 91a8f63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ android {
postprocessing {
isMinifyEnabled = false
proguardFile("proguard-rules.pro")
isRemoveUnusedCode = true
isRemoveUnusedCode = false
isObfuscate = false
isOptimizeCode = true
}
Expand Down

0 comments on commit 91a8f63

Please sign in to comment.