Browse Source

upgrade glide animation plugin to 2.18.0 (#2387)

pull/2389/head
Konrad Pozniak 4 years ago committed by GitHub
parent
commit
6e4a9fb0e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/build.gradle

2
app/build.gradle

@ -147,7 +147,7 @@ dependencies {
implementation "com.github.bumptech.glide:okhttp3-integration:$glideVersion"
kapt "com.github.bumptech.glide:compiler:$glideVersion"
implementation "com.github.penfeizhou.android.animation:glide-plugin:2.17.2"
implementation "com.github.penfeizhou.android.animation:glide-plugin:2.18.0"
implementation "io.reactivex.rxjava3:rxjava:3.1.3"
implementation "io.reactivex.rxjava3:rxandroid:3.0.0"

Loading…
Cancel
Save