update android animation glide plugin to 2.22.0 (#2557)
This commit is contained in:
parent
06e32f703a
commit
579f0eb833
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ dependencies {
|
||||||
implementation "com.github.bumptech.glide:okhttp3-integration:$glideVersion"
|
implementation "com.github.bumptech.glide:okhttp3-integration:$glideVersion"
|
||||||
kapt "com.github.bumptech.glide:compiler:$glideVersion"
|
kapt "com.github.bumptech.glide:compiler:$glideVersion"
|
||||||
|
|
||||||
implementation "com.github.penfeizhou.android.animation:glide-plugin:2.20.0"
|
implementation "com.github.penfeizhou.android.animation:glide-plugin:2.22.0"
|
||||||
|
|
||||||
implementation "io.reactivex.rxjava3:rxjava:3.1.3"
|
implementation "io.reactivex.rxjava3:rxjava:3.1.3"
|
||||||
implementation "io.reactivex.rxjava3:rxandroid:3.0.0"
|
implementation "io.reactivex.rxjava3:rxandroid:3.0.0"
|
||||||
|
|
Loading…
Reference in a new issue