Upgrade firebase + glide
This commit is contained in:
parent
f25cd9fdbf
commit
282af20146
@ -138,7 +138,7 @@ dependencies {
|
|||||||
implementation 'com.android.support:multidex:1.0.3'
|
implementation 'com.android.support:multidex:1.0.3'
|
||||||
|
|
||||||
// DO NOT UPGRADE TO 17.0, IT REQUIRES ANDROIDX
|
// DO NOT UPGRADE TO 17.0, IT REQUIRES ANDROIDX
|
||||||
standardImplementation 'com.google.firebase:firebase-core:16.0.8'
|
standardImplementation 'com.google.firebase:firebase-core:16.0.9'
|
||||||
|
|
||||||
// ReactiveX
|
// ReactiveX
|
||||||
implementation 'io.reactivex:rxandroid:1.2.1'
|
implementation 'io.reactivex:rxandroid:1.2.1'
|
||||||
@ -174,10 +174,10 @@ dependencies {
|
|||||||
// Job scheduling
|
// Job scheduling
|
||||||
implementation 'com.evernote:android-job:1.2.5'
|
implementation 'com.evernote:android-job:1.2.5'
|
||||||
// DO NOT UPGRADE TO 17.0, IT REQUIRES ANDROIDX
|
// DO NOT UPGRADE TO 17.0, IT REQUIRES ANDROIDX
|
||||||
implementation 'com.google.android.gms:play-services-gcm:15.0.1'
|
implementation 'com.google.android.gms:play-services-gcm:16.1.0'
|
||||||
|
|
||||||
// [EXH] Android 7 SSL Workaround
|
// [EXH] Android 7 SSL Workaround
|
||||||
implementation 'com.google.android.gms:play-services-safetynet:15.0.1'
|
implementation 'com.google.android.gms:play-services-safetynet:16.0.0'
|
||||||
|
|
||||||
// Changelog
|
// Changelog
|
||||||
implementation 'com.github.gabrielemariotti.changeloglib:changelog:2.1.0'
|
implementation 'com.github.gabrielemariotti.changeloglib:changelog:2.1.0'
|
||||||
@ -197,7 +197,7 @@ dependencies {
|
|||||||
implementation "com.github.inorichi.injekt:injekt-core:65b0440"
|
implementation "com.github.inorichi.injekt:injekt-core:65b0440"
|
||||||
|
|
||||||
// Image library
|
// Image library
|
||||||
final glide_version = '4.8.0'
|
final glide_version = '4.9.0'
|
||||||
implementation "com.github.bumptech.glide:glide:$glide_version"
|
implementation "com.github.bumptech.glide:glide:$glide_version"
|
||||||
implementation "com.github.bumptech.glide:okhttp3-integration:$glide_version"
|
implementation "com.github.bumptech.glide:okhttp3-integration:$glide_version"
|
||||||
kapt "com.github.bumptech.glide:compiler:$glide_version"
|
kapt "com.github.bumptech.glide:compiler:$glide_version"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user