Skip to content

Commit

Permalink
add isMinifyEnabled, isShrinkResources
Browse files Browse the repository at this point in the history
  • Loading branch information
eshc123 committed Aug 14, 2024
1 parent e5089e6 commit f072391
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ android {
buildTypes {
release {
signingConfig = signingConfigs.getByName("release")
isMinifyEnabled = true
isShrinkResources = true
proguardFiles(
getDefaultProguardFile("proguard-android-optimize.txt"),
"proguard-rules.pro"
Expand Down

0 comments on commit f072391

Please sign in to comment.