Update dependencies

This commit is contained in:
Jobobby04 2020-10-12 21:52:20 -04:00
parent 7e93557bd2
commit eea1f696ca
2 changed files with 5 additions and 5 deletions

View File

@ -306,11 +306,11 @@ dependencies {
// debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.4'
// Text distance (EH)
implementation 'info.debatty:java-string-similarity:1.2.1'
implementation 'info.debatty:java-string-similarity:2.0.0'
// Firebase (EH)
implementation 'com.google.firebase:firebase-analytics-ktx:17.5.0'
implementation 'com.google.firebase:firebase-crashlytics-ktx:17.2.1'
implementation 'com.google.firebase:firebase-analytics-ktx:17.6.0'
implementation 'com.google.firebase:firebase-crashlytics-ktx:17.2.2'
// Better logging (EH)
implementation 'com.elvishew:xlog:1.6.1'
@ -326,7 +326,7 @@ dependencies {
implementation 'com.github.mfornos:humanize-slim:1.2.2'
// RatingBar (SY)
implementation 'me.zhanghai.android.materialratingbar:library:1.3.1'
implementation 'me.zhanghai.android.materialratingbar:library:1.4.0'
implementation 'androidx.gridlayout:gridlayout:1.0.0'

View File

@ -35,7 +35,7 @@ buildscript {
classpath("io.realm:realm-gradle-plugin:7.0.1")
// Firebase Crashlytics
classpath("com.google.firebase:firebase-crashlytics-gradle:2.2.1")
classpath("com.google.firebase:firebase-crashlytics-gradle:2.3.0")
}
repositories {
google()