[Proguard] Fix file location, make it more aggressive and remove deprecated option

Took 3 hours 45 minutes
This commit is contained in:
Marcel 2020-05-13 19:51:30 +02:00
commit f2486e6cb9
2 changed files with 2 additions and 1 deletions

View file

@ -73,7 +73,6 @@ android {
release {
signingConfig signingConfigs.release
minifyEnabled true
useProguard true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}