Skip to content

Commit

Permalink
Enabled release build optimizations
Browse files Browse the repository at this point in the history
Also downgraded google services because latest version is broken
  • Loading branch information
50t0r25 committed May 16, 2022
1 parent 2fbef9f commit d65de00
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 4 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ android {
versionCode 2
versionName '0.9'

resConfigs "en", "fr"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

Expand All @@ -24,7 +26,8 @@ android {

buildTypes {
release {
minifyEnabled false
minifyEnabled true
shrinkResources true
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
}
Expand Down
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ buildscript {
}

dependencies {
classpath 'com.google.gms:google-services:4.3.10' // Google Services plugin
// DO NOT UPGRADE GOOGLE SERVICES, 4.3.10 IS BROKEN
classpath 'com.google.gms:google-services:4.3.8' // Google Services plugin
}
}

Expand Down

0 comments on commit d65de00

Please sign in to comment.