From 2c3249838a26b58850654e3b81dbefe2b4d1efb7 Mon Sep 17 00:00:00 2001 From: Andreas Schildbach Date: Thu, 30 May 2024 17:05:38 +0200 Subject: [PATCH] build.gradle: update AndroidX Core to 1.13.1 --- oeffi/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oeffi/build.gradle b/oeffi/build.gradle index 24e3715..95ccf9d 100644 --- a/oeffi/build.gradle +++ b/oeffi/build.gradle @@ -19,7 +19,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.13.0' + implementation 'androidx.core:core:1.13.1' implementation 'androidx.activity:activity:1.9.0' //noinspection GradleDependency implementation 'com.squareup.okhttp3:okhttp:3.12.13'