Enable code and resource shrinking for smaller app size

This commit is contained in:
Conny Duck 2023-06-10 08:52:42 +02:00 committed by sim
parent e15a6608ab
commit 4e6005d20c
1 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,8 @@ android {
buildTypes {
release {
resValue "string", "app_name", "NextPush"
minifyEnabled true
shrinkResources true
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
debug {