Update proguard rules to a more modern setup
Took 8 seconds
This commit is contained in:
parent
e9338b43e7
commit
6be1af5a83
3 changed files with 36 additions and 2 deletions
|
|
@ -69,8 +69,9 @@ android {
|
|||
release {
|
||||
signingConfig signingConfigs.release
|
||||
minifyEnabled true
|
||||
shrinkResources true
|
||||
|
||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
||||
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue