From 4b710e1aad23767d8db55c8d1e27efd475ab12ad Mon Sep 17 00:00:00 2001 From: Andreas Schildbach Date: Sat, 16 Dec 2023 20:46:22 +0100 Subject: [PATCH] build.gradle: update AndroidX Activity to 1.8.2 --- oeffi/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oeffi/build.gradle b/oeffi/build.gradle index 6f7ae73..ebb28f1 100644 --- a/oeffi/build.gradle +++ b/oeffi/build.gradle @@ -18,7 +18,7 @@ dependencies { implementation 'androidx.coordinatorlayout:coordinatorlayout:1.2.0' implementation 'androidx.drawerlayout:drawerlayout:1.2.0' implementation 'androidx.core:core:1.12.0' - implementation 'androidx.activity:activity:1.8.1' + implementation 'androidx.activity:activity:1.8.2' //noinspection GradleDependency implementation 'com.squareup.okhttp3:okhttp:3.12.13' //noinspection GradleDependency