Skip to content

Commit

Permalink
Updated libraries and app version
Browse files Browse the repository at this point in the history
  • Loading branch information
Javinator9889 committed Jun 27, 2020
1 parent 128f997 commit 6f24e84
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions app/build.gradle
Expand Up @@ -40,7 +40,7 @@ android {
applicationId "com.javinator9889.handwashingreminder"
minSdkVersion 17
targetSdkVersion 29
versionCode 131
versionCode 132
versionName "1.2.0-${gitCommitHash}"
multiDexEnabled true
resConfigs "en", "es"
Expand Down Expand Up @@ -151,13 +151,13 @@ dependencies {
api 'com.google.firebase:firebase-perf:19.0.7'
implementation 'com.google.firebase:firebase-auth:19.3.1'
// http://airbnb.io/lottie/#/android?id=getting-started
api "com.airbnb.android:lottie:3.4.1"
api 'com.airbnb.android:lottie:3.4.1'
// https://firebase.google.com/docs/remote-config/use-config-android
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'
// https://mvnrepository.com/artifact/androidx.emoji/emoji/
api 'androidx.emoji:emoji:1.1.0'
api 'androidx.emoji:emoji-appcompat:1.1.0'
// https://github.com/mikepenz/FastAdapter
api "com.mikepenz:fastadapter:$latestFastAdapterRelease"
implementation "com.mikepenz:fastadapter-extensions-scroll:$latestFastAdapterRelease"
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -16,7 +16,7 @@ buildscript {
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "com.mikepenz.aboutlibraries.plugin:aboutlibraries-plugin:${latestAboutLibsRelease}"
classpath 'com.google.gms:google-services:4.3.3'
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.1.1'
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.2.0'
classpath 'com.google.firebase:perf-plugin:1.3.1' // Performance Monitoring plugin
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down

0 comments on commit 6f24e84

Please sign in to comment.