From 33284c92c2a26d066b66153e82d2a28c2ac29c26 Mon Sep 17 00:00:00 2001 From: Andreas Schildbach Date: Sat, 27 Apr 2024 12:32:41 +0200 Subject: [PATCH] build.gradle: update AndroidX Core to 1.13.0 --- oeffi/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oeffi/build.gradle b/oeffi/build.gradle index b40c31c..5e68c4d 100644 --- a/oeffi/build.gradle +++ b/oeffi/build.gradle @@ -17,7 +17,7 @@ dependencies { implementation 'androidx.recyclerview:recyclerview:1.3.2' implementation 'androidx.coordinatorlayout:coordinatorlayout:1.2.0' implementation 'androidx.drawerlayout:drawerlayout:1.2.0' - implementation 'androidx.core:core:1.12.0' + implementation 'androidx.core:core:1.13.0' implementation 'androidx.activity:activity:1.8.2' //noinspection GradleDependency implementation 'com.squareup.okhttp3:okhttp:3.12.13'