Skip to content

Commit 63e47fd

Browse files
chore(deps): bump com.github.bumptech.glide:compiler
Bumps [com.github.bumptech.glide:compiler](https://github.com/bumptech/glide) from 4.11.0 to 4.16.0. - [Release notes](https://github.com/bumptech/glide/releases) - [Commits](bumptech/glide@v4.11.0...v4.16.0) --- updated-dependencies: - dependency-name: com.github.bumptech.glide:compiler dependency-version: 4.16.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent be95cd4 commit 63e47fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ dependencies {
103103
annotationProcessor "com.jakewharton:butterknife-compiler:10.2.3"
104104
implementation 'com.google.dagger:dagger:2.56.2'
105105
annotationProcessor "com.google.dagger:dagger-compiler:2.56.2"
106-
implementation 'com.github.bumptech.glide:glide:4.11.0'
107-
annotationProcessor 'com.github.bumptech.glide:compiler:4.11.0'
106+
implementation 'com.github.bumptech.glide:glide:4.16.0'
107+
annotationProcessor 'com.github.bumptech.glide:compiler:4.16.0'
108108
implementation 'jp.wasabeef:glide-transformations:4.3.0'
109109
implementation 'de.hdodenhof:circleimageview:3.1.0'
110110
// Using Maven Central version of FlycoTabLayout (AndroidX version)

0 commit comments

Comments
 (0)