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.
1 parent 5f1addf commit d91d8a4Copy full SHA for d91d8a4
sample/build.gradle
@@ -21,8 +21,8 @@ dependencies {
21
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
22
23
// Image Loading
24
- implementation 'com.github.bumptech.glide:glide:4.9.0'
25
- kapt 'com.github.bumptech.glide:compiler:4.9.0'
+ implementation 'com.github.bumptech.glide:glide:4.10.0'
+ kapt 'com.github.bumptech.glide:compiler:4.10.0'
26
27
// Support Library
28
implementation 'androidx.appcompat:appcompat:1.1.0'
0 commit comments