Update some dependencies

This commit is contained in:
Jobobby04 2021-05-22 14:40:11 -04:00
parent 9eb1927d2e
commit 44385ed9cc
3 changed files with 4 additions and 4 deletions

View File

@ -284,8 +284,8 @@ dependencies {
implementation ("info.debatty:java-string-similarity:2.0.0") implementation ("info.debatty:java-string-similarity:2.0.0")
// Firebase (EH) // Firebase (EH)
implementation("com.google.firebase:firebase-analytics-ktx:18.0.3") implementation("com.google.firebase:firebase-analytics-ktx:19.0.0")
implementation("com.google.firebase:firebase-crashlytics-ktx:17.4.1") implementation("com.google.firebase:firebase-crashlytics-ktx:18.0.0")
// Better logging (EH) // Better logging (EH)
implementation("com.elvishew:xlog:1.9.0") implementation("com.elvishew:xlog:1.9.0")

View File

@ -36,7 +36,7 @@ buildscript {
classpath("io.realm:realm-gradle-plugin:10.3.1") classpath("io.realm:realm-gradle-plugin:10.3.1")
// Firebase Crashlytics // Firebase Crashlytics
classpath("com.google.firebase:firebase-crashlytics-gradle:2.5.2") classpath("com.google.firebase:firebase-crashlytics-gradle:2.6.1")
} }
repositories { repositories {
google() google()

View File

@ -1,5 +1,5 @@
object BuildPluginsVersion { object BuildPluginsVersion {
const val AGP = "4.2.0" const val AGP = "4.2.1"
const val KOTLIN = "1.4.32" const val KOTLIN = "1.4.32"
const val KOTLINTER = "3.4.0" const val KOTLINTER = "3.4.0"
const val VERSIONS_PLUGIN = "0.38.0" const val VERSIONS_PLUGIN = "0.38.0"