Skip to content

Commit

Permalink
Minify test
Browse files Browse the repository at this point in the history
  • Loading branch information
rikaaa0928 committed Dec 23, 2024
1 parent d35938b commit c8560d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ android {

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

0 comments on commit c8560d8

Please sign in to comment.