Skip to content

Commit 360ce9e

Browse files
chore(deps): bump com.github.bumptech.glide:glide from 4.16.0 to 5.0.5
Bumps [com.github.bumptech.glide:glide](https://github.com/bumptech/glide) from 4.16.0 to 5.0.5. - [Release notes](https://github.com/bumptech/glide/releases) - [Commits](bumptech/glide@v4.16.0...v5.0.5) --- updated-dependencies: - dependency-name: com.github.bumptech.glide:glide dependency-version: 5.0.5 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3f703df commit 360ce9e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ dependencies {
9898
annotationProcessor "com.jakewharton:butterknife-compiler:10.2.3"
9999
implementation 'com.google.dagger:dagger:2.57'
100100
annotationProcessor "com.google.dagger:dagger-compiler:2.57"
101-
implementation 'com.github.bumptech.glide:glide:4.16.0'
102-
annotationProcessor 'com.github.bumptech.glide:compiler:4.16.0'
101+
implementation 'com.github.bumptech.glide:glide:5.0.5'
102+
annotationProcessor 'com.github.bumptech.glide:compiler:5.0.5'
103103
implementation 'jp.wasabeef:glide-transformations:4.3.0'
104104
implementation 'de.hdodenhof:circleimageview:3.1.0'
105105
// Using Maven Central version of FlycoTabLayout (AndroidX version)
@@ -117,7 +117,7 @@ dependencies {
117117
implementation 'com.davemorrissey.labs:subsampling-scale-image-view:3.10.0'
118118
//noinspection GradleDynamicVersion
119119
implementation 'com.r0adkll:slidableactivity:2.1.0'
120-
implementation 'com.github.bumptech.glide:okhttp3-integration:4.16.0'
120+
implementation 'com.github.bumptech.glide:okhttp3-integration:5.0.5'
121121
implementation 'pub.devrel:easypermissions:3.0.0'
122122
implementation 'org.greenrobot:eventbus:3.3.1'
123123
// Temporarily disabled due to JitPack issues

0 commit comments

Comments
 (0)