Skip to content

Commit 878f002

Browse files
authored
Merge pull request #9891 from wordpress-mobile/issue/9875-update-glide-version
Update Glide version to 4.9.0
2 parents c6e6d6a + 03e987c commit 878f002

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

WordPress/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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'

libs/login/WordPressLoginFlow/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)