Skip to content

Commit

Permalink
improvement: Enable shrink resources for Android builds #244
Browse files Browse the repository at this point in the history
  • Loading branch information
AChep authored Apr 2, 2024
1 parent 06d2ea6 commit 802409e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions androidApp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ android {
}
release {
isMinifyEnabled = true
isShrinkResources = true
signingConfig = signingConfigs.getByName("release")
proguardFiles(
getDefaultProguardFile("proguard-android-optimize.txt"),
Expand Down

0 comments on commit 802409e

Please sign in to comment.