Enable code and resource shrinking for smaller app size
This commit is contained in:
parent
e15a6608ab
commit
4e6005d20c
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user