We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7302d07 + 63e47fd commit 8342657Copy full SHA for 8342657
app/build.gradle
@@ -98,8 +98,8 @@ dependencies {
98
annotationProcessor "com.jakewharton:butterknife-compiler:10.2.3"
99
implementation 'com.google.dagger:dagger:2.56.2'
100
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'
+ implementation 'com.github.bumptech.glide:glide:4.16.0'
+ annotationProcessor 'com.github.bumptech.glide:compiler:4.16.0'
103
implementation 'jp.wasabeef:glide-transformations:4.3.0'
104
implementation 'de.hdodenhof:circleimageview:3.1.0'
105
// Using Maven Central version of FlycoTabLayout (AndroidX version)
0 commit comments