From 8f1c8f19862bc582ceaa50561c15fa06db99cb55 Mon Sep 17 00:00:00 2001 From: Andreas Schildbach Date: Sat, 25 Mar 2023 16:13:58 +0100 Subject: [PATCH] build.gradle: update AndroidX RecyclerView to 1.3.0 --- oeffi/build.gradle | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/oeffi/build.gradle b/oeffi/build.gradle index cfbb8b3..5f0c219 100644 --- a/oeffi/build.gradle +++ b/oeffi/build.gradle @@ -7,13 +7,12 @@ 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: 'androidx.core', module: 'core-ktx' } dependencies { implementation project(':public-transport-enabler') implementation 'androidx.annotation:annotation:1.5.0' - implementation 'androidx.recyclerview:recyclerview:1.2.1' + implementation 'androidx.recyclerview:recyclerview:1.3.0' implementation 'androidx.coordinatorlayout:coordinatorlayout:1.2.0' implementation 'androidx.drawerlayout:drawerlayout:1.1.1' implementation 'androidx.core:core:1.9.0'