Skip to content

Commit

Permalink
Fix bad release build
Browse files Browse the repository at this point in the history
Forgot to remove test changes in build.gradle...
  • Loading branch information
maltaisn committed Jan 30, 2022
1 parent 4257ab8 commit 8b8e723
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,8 @@ android {
takingScreenshots == null ? "true" : (!takingScreenshots.toBoolean()).toString()
}
release {
applicationIdSuffix ".beta"
// minifyEnabled true
// shrinkResources true
minifyEnabled true
shrinkResources true
proguardFiles getDefaultProguardFile("proguard-android.txt"), "proguard-rules.pro"
signingConfig signingConfigs.release
buildConfigField "boolean", "ENABLE_DEBUG_FEATURES", "false"
Expand Down

0 comments on commit 8b8e723

Please sign in to comment.