mirror of
https://gitlab.com/oeffi/oeffi.git
synced 2025-07-06 17:38:48 +00:00
build.gradle: update AndroidX RecyclerView to 1.3.0
This commit is contained in:
parent
d6b9e00937
commit
8f1c8f1986
1 changed files with 1 additions and 2 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue