Skip to content

Commit

Permalink
Revert "turn off minify"
Browse files Browse the repository at this point in the history
This reverts commit a2ddab6.
  • Loading branch information
indrastorms committed Jun 10, 2024
1 parent 7c16ed4 commit 113b097
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 @@ -36,7 +36,7 @@ android {

release {
if (!project.hasProperty("noProguard")) {
isMinifyEnabled = false
isMinifyEnabled = true
isShrinkResources = true
proguardFiles(getDefaultProguardFile("proguard-android-optimize.txt"), "proguard-rules.pro")
}
Expand Down

0 comments on commit 113b097

Please sign in to comment.