diff --git a/doric-android/doric/build.gradle b/doric-android/doric/build.gradle index 87280734..d3865969 100644 --- a/doric-android/doric/build.gradle +++ b/doric-android/doric/build.gradle @@ -34,7 +34,7 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.1.0' api 'com.github.penfeizhou:jsc4a:0.1.0' implementation 'com.squareup.okhttp3:okhttp:3.12.1' - implementation('com.github.penfeizhou.android.animation:glide-plugin:2.5.4') { + implementation('com.github.penfeizhou.android.animation:glide-plugin:2.13.0') { exclude group: 'com.github.bumptech.glide' } implementation 'com.github.bumptech.glide:glide:4.11.0'