build.gradle: update AndroidX RecyclerView to 1.3.0

This commit is contained in:
Andreas Schildbach 2023-03-25 16:13:58 +01:00
parent d6b9e00937
commit 8f1c8f1986

View file

@ -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'