Skip to content

Commit

Permalink
Turn on 'isMinifyEnabled'.
Browse files Browse the repository at this point in the history
  • Loading branch information
evowizz committed Aug 18, 2024
1 parent 125e62a commit 28cd13e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ android {
// Use the debug signing config for release builds
signingConfig = signingConfigs.named("debug").get()

isMinifyEnabled = false
isMinifyEnabled = true
proguardFiles(
getDefaultProguardFile("proguard-android-optimize.txt"),
"proguard-rules.pro"
Expand Down

0 comments on commit 28cd13e

Please sign in to comment.