Skip to content

Commit

Permalink
chore: enable minification
Browse files Browse the repository at this point in the history
  • Loading branch information
superus8r committed Apr 7, 2024
1 parent 70e05e5 commit 8e669c1
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 @@ -61,7 +61,7 @@ android {
buildTypes {
named("release") {
signingConfig = signingConfigs.findByName("release")
isMinifyEnabled = false
isMinifyEnabled = true
proguardFiles(getDefaultProguardFile("proguard-android-optimize.txt"), "proguard-rules.pro")
}
named("debug") {
Expand Down

0 comments on commit 8e669c1

Please sign in to comment.