From 9b02e291f30638e6667bccc8568b7098281a3b3f Mon Sep 17 00:00:00 2001 From: M66B Date: Tue, 16 Apr 2019 19:46:35 +0200 Subject: [PATCH] Updated libraries --- app/build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 62261461..689fad2c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -80,12 +80,12 @@ android { dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) - // https://developer.android.com/topic/libraries/support-library/androidx-rn + // https://developer.android.com/jetpack/androidx/releases/ implementation 'androidx.appcompat:appcompat:1.0.2' implementation 'androidx.recyclerview:recyclerview:1.0.0' - annotationProcessor 'androidx.annotation:annotation:1.0.1' + annotationProcessor 'androidx.annotation:annotation:1.0.2' // https://bumptech.github.io/glide/ - implementation 'com.github.bumptech.glide:glide:4.8.0' - annotationProcessor 'com.github.bumptech.glide:compiler:4.8.0' + implementation 'com.github.bumptech.glide:glide:4.9.0' + annotationProcessor 'com.github.bumptech.glide:compiler:4.9.0' }