From 0f0c672f454389910386c7545d2b25ab7732eb88 Mon Sep 17 00:00:00 2001 From: M66B Date: Thu, 8 Oct 2020 19:22:07 +0200 Subject: [PATCH] Updated libraries --- app/build.gradle | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 77a6f134..39e06e61 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -82,16 +82,16 @@ dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) // https://developer.android.com/jetpack/androidx/releases/ - implementation 'androidx.appcompat:appcompat:1.1.0' - implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.0.0' + implementation 'androidx.appcompat:appcompat:1.2.0' + implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0' implementation 'androidx.recyclerview:recyclerview:1.1.0' - implementation 'androidx.preference:preference:1.1.0' + implementation 'androidx.preference:preference:1.1.1' implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.0.0' annotationProcessor 'androidx.annotation:annotation:1.1.0' // https://bumptech.github.io/glide/ - implementation('com.github.bumptech.glide:glide:4.10.0') { + implementation('com.github.bumptech.glide:glide:4.11.0') { exclude group: "com.android.support" } - annotationProcessor 'com.github.bumptech.glide:compiler:4.10.0' + annotationProcessor 'com.github.bumptech.glide:compiler:4.11.0' }