Fix crashes in release due to ProGuard

This commit is contained in:
Maxr1998 2020-05-19 12:31:30 +02:00 committed by dkanada
commit f054724453
2 changed files with 32 additions and 0 deletions

View file

@ -20,6 +20,7 @@ android {
release {
minifyEnabled true
shrinkResources true
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
debug {