Skip to content

Commit

Permalink
Emergency update - fix FirebaseApp | updated app version code and lib…
Browse files Browse the repository at this point in the history
…raries version
  • Loading branch information
Javinator9889 committed Apr 30, 2020
1 parent ddae6d5 commit 58ffd8a
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions app/build.gradle
Expand Up @@ -42,7 +42,7 @@ android {
applicationId "com.javinator9889.handwashingreminder"
minSdkVersion 17
targetSdkVersion 29
versionCode 117
versionCode 118
versionName "1.1.2-${gitCommitHash}"
multiDexEnabled true
resConfigs "en", "es"
Expand Down Expand Up @@ -83,10 +83,6 @@ android {
jniDebuggable false
renderscriptDebuggable false
zipAlignEnabled true
/*firebaseCrashlytics {
// When manually initializing Firebase, Crashlytics mapping upload does not work
mappingFileUploadEnabled false
}*/
}
}
dexOptions {
Expand Down Expand Up @@ -149,14 +145,14 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"
// https://firebase.google.com/docs/android/setup#add-sdks
api 'com.google.firebase:firebase-common-ktx:19.3.0'
api 'com.google.firebase:firebase-analytics:17.3.0'
api 'com.google.firebase:firebase-analytics:17.4.0'
api 'com.google.firebase:firebase-crashlytics:17.0.0'
api 'com.google.firebase:firebase-perf:19.0.6'
api 'com.google.firebase:firebase-perf:19.0.7'
// http://airbnb.io/lottie/#/android?id=getting-started
api "com.airbnb.android:lottie:3.4.0"
// https://firebase.google.com/docs/remote-config/use-config-android
implementation 'com.google.firebase:firebase-config:19.1.3'
implementation 'com.google.firebase:firebase-config-ktx:19.1.3'
implementation 'com.google.firebase:firebase-config:19.1.4'
implementation 'com.google.firebase:firebase-config-ktx:19.1.4'
// https://mvnrepository.com/artifact/androidx.emoji/emoji/1.0.0
api 'androidx.emoji:emoji:1.0.0'
api 'androidx.emoji:emoji-appcompat:1.0.0'
Expand Down

0 comments on commit 58ffd8a

Please sign in to comment.