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.2
This commit is contained in:
parent
301b09f16b
commit
ef47708d0b
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ configurations {
|
|||
dependencies {
|
||||
implementation project(':public-transport-enabler')
|
||||
implementation 'androidx.annotation:annotation:1.5.0'
|
||||
implementation 'androidx.recyclerview:recyclerview:1.3.0'
|
||||
implementation 'androidx.recyclerview:recyclerview:1.3.2'
|
||||
implementation 'androidx.coordinatorlayout:coordinatorlayout:1.2.0'
|
||||
implementation 'androidx.drawerlayout:drawerlayout:1.2.0'
|
||||
implementation 'androidx.core:core:1.9.0'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue