From 719eeb7e55568fbf44a36a5e69100f9f78eef605 Mon Sep 17 00:00:00 2001 From: M66B Date: Mon, 14 Jun 2021 13:58:44 +0200 Subject: [PATCH] Updated AndroidX --- app/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 7ad63ace..1835fb8a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -87,12 +87,12 @@ dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) // https://developer.android.com/jetpack/androidx/releases/ - implementation 'androidx.appcompat:appcompat:1.2.0' + implementation 'androidx.appcompat:appcompat:1.3.0' implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0' - implementation 'androidx.recyclerview:recyclerview:1.1.0' + implementation 'androidx.recyclerview:recyclerview:1.2.1' implementation 'androidx.preference:preference:1.1.1' implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.0.0' - annotationProcessor 'androidx.annotation:annotation:1.1.0' + annotationProcessor 'androidx.annotation:annotation:1.2.0' // https://bumptech.github.io/glide/ implementation('com.github.bumptech.glide:glide:4.11.0') {