turn off minify, because its easier than trying to deal with the googleauth bug

This commit is contained in:
Jason Wall 2021-03-04 14:43:20 -05:00
parent 53af93166e
commit 43097c807a

View File

@ -45,7 +45,7 @@ android {
}
buildTypes {
release {
minifyEnabled true
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
signingConfig signingConfigs.release
}