Skip to content

Commit 6159b55

Browse files
committed
Fixed build
1 parent ab93ff0 commit 6159b55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ dependencies {
6666
// https://bumptech.github.io/glide/
6767
// https://mvnrepository.com/artifact/com.github.bumptech.glide/glide
6868
// { exclude group: "com.android.support" }
69-
implementation('com.github.bumptech.glide:glide:4.8.0') {
69+
implementation('com.github.bumptech.glide:glide:4.9.0') {
7070
exclude group: "com.android.support"
7171
}
7272
annotationProcessor 'androidx.annotation:annotation:1.1.0'

0 commit comments

Comments
 (0)