From 5e95dc3fa9d7f8654cb7d88a215e5e9bd7e5f812 Mon Sep 17 00:00:00 2001 From: Andreas Schildbach Date: Wed, 11 Aug 2021 16:50:59 +0200 Subject: [PATCH] build.gradle: Update AndroidX Core to 1.6.0. --- oeffi/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oeffi/build.gradle b/oeffi/build.gradle index a68895b..3ffe9e8 100644 --- a/oeffi/build.gradle +++ b/oeffi/build.gradle @@ -17,7 +17,7 @@ dependencies { implementation 'androidx.recyclerview:recyclerview:1.2.1' implementation 'androidx.coordinatorlayout:coordinatorlayout:1.1.0' implementation 'androidx.drawerlayout:drawerlayout:1.1.1' - implementation 'androidx.core:core:1.3.2' + implementation 'androidx.core:core:1.6.0' //noinspection GradleDependency implementation 'com.squareup.okhttp3:okhttp:3.12.13' //noinspection GradleDependency