From b954cc48f3eb55c8ded51821619d7a8c0be0d871 Mon Sep 17 00:00:00 2001 From: M66B Date: Fri, 21 Dec 2018 12:04:44 +0100 Subject: [PATCH] Updated AndroidX library --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 64f336c9..82b7fa79 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -72,6 +72,6 @@ dependencies { // https://bumptech.github.io/glide/ implementation 'com.github.bumptech.glide:glide:4.8.0' - annotationProcessor 'androidx.annotation:annotation:1.0.0' + annotationProcessor 'androidx.annotation:annotation:1.0.1' annotationProcessor 'com.github.bumptech.glide:compiler:4.8.0' }