improvement: Enable shrink resources for Android builds #244

This commit is contained in:
Artem Chepurnyi 2024-04-02 12:38:51 +03:00 committed by GitHub
parent 06d2ea6005
commit 802409e3b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -114,6 +114,7 @@ android {
}
release {
isMinifyEnabled = true
isShrinkResources = true
signingConfig = signingConfigs.getByName("release")
proguardFiles(
getDefaultProguardFile("proguard-android-optimize.txt"),