File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
libs/login/WordPressLoginFlow Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -182,8 +182,8 @@ dependencies {
182182 exclude group : ' com.squareup.okhttp3'
183183 }
184184
185- implementation ' com.github.bumptech.glide:glide:4.6.1 '
186- kapt ' com.github.bumptech.glide:compiler:4.6.1 '
185+ implementation ' com.github.bumptech.glide:glide:4.9.0 '
186+ kapt ' com.github.bumptech.glide:compiler:4.9.0 '
187187 implementation ' com.github.bumptech.glide:volley-integration:4.6.1@aar'
188188
189189 testImplementation ' junit:junit:4.12'
Original file line number Diff line number Diff line change @@ -57,8 +57,8 @@ dependencies {
5757 }
5858 }
5959
60- implementation ' com.github.bumptech.glide:glide:4.6.1 '
61- annotationProcessor ' com.github.bumptech.glide:compiler:4.6.1 '
60+ implementation ' com.github.bumptech.glide:glide:4.9.0 '
61+ annotationProcessor ' com.github.bumptech.glide:compiler:4.9.0 '
6262
6363 // Dagger
6464 implementation ' com.google.dagger:dagger:2.11'
You can’t perform that action at this time.
0 commit comments