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'