Skip to content

Commit d91d8a4

Browse files
committed
Update glide to 4.10.0
1 parent 5f1addf commit d91d8a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sample/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ dependencies {
2121
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
2222

2323
// Image Loading
24-
implementation 'com.github.bumptech.glide:glide:4.9.0'
25-
kapt 'com.github.bumptech.glide:compiler:4.9.0'
24+
implementation 'com.github.bumptech.glide:glide:4.10.0'
25+
kapt 'com.github.bumptech.glide:compiler:4.10.0'
2626

2727
// Support Library
2828
implementation 'androidx.appcompat:appcompat:1.1.0'

0 commit comments

Comments
 (0)