Update some dependencies
This commit is contained in:
parent
9eb1927d2e
commit
44385ed9cc
@ -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")
|
||||||
|
@ -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()
|
||||||
|
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user