Bumps version

kmm_hh
Laurent 5 years ago
parent 0c38c52c40
commit 1ea5e93a0a
  1. 7
      app/build.gradle

@ -35,14 +35,17 @@ android {
applicationId "net.pokeranalytics.android"
minSdkVersion 23
targetSdkVersion 29
versionCode 119
versionName "5.1.4"
versionCode 120
versionName "5.1.5"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
debug {
ext.enableCrashlytics = false
firebaseCrashlytics {
mappingFileUploadEnabled false // should help speed up build times: https://firebase.google.com/docs/crashlytics/get-deobfuscated-reports?hl=en&platform=android
}
}
release {
minifyEnabled true

Loading…
Cancel
Save