From d4f9ab68f1cf3cdfaccf4ff78cb7c888d345558f Mon Sep 17 00:00:00 2001 From: Andreas Schildbach Date: Wed, 29 Mar 2023 10:33:22 +0200 Subject: [PATCH] build.gradle: update AndroidX Activity to 1.7.0 --- oeffi/build.gradle | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/oeffi/build.gradle b/oeffi/build.gradle index 5f0c219..1f622aa 100644 --- a/oeffi/build.gradle +++ b/oeffi/build.gradle @@ -7,6 +7,8 @@ configurations { all*.exclude group: 'org.json', module: 'json' all*.exclude group: 'net.sf.kxml', module: 'kxml2' all*.exclude group: 'androidx.legacy', module: 'legacy-support-core-ui' + all*.exclude group: 'org.jetbrains.kotlin', module: 'kotlin-stdlib-jdk7' + all*.exclude group: 'org.jetbrains.kotlin', module: 'kotlin-stdlib-jdk8' } dependencies { @@ -16,7 +18,7 @@ dependencies { implementation 'androidx.coordinatorlayout:coordinatorlayout:1.2.0' implementation 'androidx.drawerlayout:drawerlayout:1.1.1' implementation 'androidx.core:core:1.9.0' - implementation 'androidx.activity:activity:1.6.1' + implementation 'androidx.activity:activity:1.7.0' //noinspection GradleDependency implementation 'com.squareup.okhttp3:okhttp:3.12.13' //noinspection GradleDependency