Update crashlytics and fast adapter
This commit is contained in:
parent
0925bd6a37
commit
5842765eda
1 changed files with 2 additions and 2 deletions
|
|
@ -284,7 +284,7 @@ dependencies {
|
||||||
|
|
||||||
// Firebase (EH)
|
// Firebase (EH)
|
||||||
implementation("com.google.firebase:firebase-analytics-ktx:18.0.2")
|
implementation("com.google.firebase:firebase-analytics-ktx:18.0.2")
|
||||||
implementation("com.google.firebase:firebase-crashlytics-ktx:17.4.0")
|
implementation("com.google.firebase:firebase-crashlytics-ktx:17.4.1")
|
||||||
|
|
||||||
// Better logging (EH)
|
// Better logging (EH)
|
||||||
implementation("com.elvishew:xlog:1.8.0")
|
implementation("com.elvishew:xlog:1.8.0")
|
||||||
|
|
@ -302,7 +302,7 @@ dependencies {
|
||||||
// JsonReader for similar manga
|
// JsonReader for similar manga
|
||||||
implementation("com.squareup.moshi:moshi:1.11.0")
|
implementation("com.squareup.moshi:moshi:1.11.0")
|
||||||
|
|
||||||
implementation("com.mikepenz:fastadapter:5.3.4")
|
implementation("com.mikepenz:fastadapter:5.3.5")
|
||||||
// SY <--
|
// SY <--
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue