From 3b80a7a3b47bc708f0ca4ca36931d435bbd0f5b9 Mon Sep 17 00:00:00 2001 From: Andreas Schildbach Date: Tue, 29 Oct 2024 16:07:08 +0100 Subject: [PATCH] build.gradle: update AndroidX Activity to 1.9.3 --- oeffi/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oeffi/build.gradle b/oeffi/build.gradle index df5b2b2..a62bfaf 100644 --- a/oeffi/build.gradle +++ b/oeffi/build.gradle @@ -20,7 +20,7 @@ dependencies { implementation 'androidx.coordinatorlayout:coordinatorlayout:1.2.0' implementation 'androidx.drawerlayout:drawerlayout:1.2.0' implementation 'androidx.core:core:1.13.1' - implementation 'androidx.activity:activity:1.9.2' + implementation 'androidx.activity:activity:1.9.3' //noinspection GradleDependency implementation 'com.squareup.okhttp3:okhttp:3.12.13' //noinspection GradleDependency