From 34fd491c92b46b7acbb9f04d299485f88e7fb7c9 Mon Sep 17 00:00:00 2001 From: Andreas Schildbach Date: Mon, 15 Aug 2022 21:52:24 +0200 Subject: [PATCH] build.gradle: update AndroidX Core to 1.8.0 --- oeffi/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oeffi/build.gradle b/oeffi/build.gradle index a515e7f..c6e5f20 100644 --- a/oeffi/build.gradle +++ b/oeffi/build.gradle @@ -16,7 +16,7 @@ dependencies { implementation 'androidx.recyclerview:recyclerview:1.2.1' implementation 'androidx.coordinatorlayout:coordinatorlayout:1.2.0' implementation 'androidx.drawerlayout:drawerlayout:1.1.1' - implementation 'androidx.core:core:1.6.0' + implementation 'androidx.core:core:1.8.0' //noinspection GradleDependency implementation 'com.squareup.okhttp3:okhttp:3.12.13' //noinspection GradleDependency