Skip to content

Commit 8342657

Browse files
authored
Merge pull request #73 from v2er-app/dependabot/gradle/com.github.bumptech.glide-compiler-4.16.0
chore(deps): bump com.github.bumptech.glide:compiler from 4.11.0 to 4.16.0
2 parents 7302d07 + 63e47fd commit 8342657

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
@@ -98,8 +98,8 @@ dependencies {
9898
annotationProcessor "com.jakewharton:butterknife-compiler:10.2.3"
9999
implementation 'com.google.dagger:dagger:2.56.2'
100100
annotationProcessor "com.google.dagger:dagger-compiler:2.56.2"
101-
implementation 'com.github.bumptech.glide:glide:4.11.0'
102-
annotationProcessor 'com.github.bumptech.glide:compiler:4.11.0'
101+
implementation 'com.github.bumptech.glide:glide:4.16.0'
102+
annotationProcessor 'com.github.bumptech.glide:compiler:4.16.0'
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)

0 commit comments

Comments
 (0)