Skip to content

Commit

Permalink
Remove minification as login stopped working
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-golub committed May 14, 2020
1 parent e30b854 commit 514cdf5
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions diveboard/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,10 @@ android {
buildTypes {
release {
signingConfig signingConfigs.release
minifyEnabled true
shrinkResources true
ext.enableCrashlytics = true
minifyEnabled false
shrinkResources false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
}
debug {
ext.enableCrashlytics = false
}
}

packagingOptions {
Expand Down

0 comments on commit 514cdf5

Please sign in to comment.