From 6159b55cc8c77b05228ec90fa585051d9da9d6f5 Mon Sep 17 00:00:00 2001 From: M66B Date: Thu, 6 Jun 2019 09:20:22 +0200 Subject: [PATCH] Fixed build --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 8b98f27b..efd1c51a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -66,7 +66,7 @@ dependencies { // https://bumptech.github.io/glide/ // https://mvnrepository.com/artifact/com.github.bumptech.glide/glide // { exclude group: "com.android.support" } - implementation('com.github.bumptech.glide:glide:4.8.0') { + implementation('com.github.bumptech.glide:glide:4.9.0') { exclude group: "com.android.support" } annotationProcessor 'androidx.annotation:annotation:1.1.0'