build.gradle: update AndroidX RecyclerView to 1.3.2

This commit is contained in:
Andreas Schildbach 2023-09-04 20:44:36 +02:00
parent 301b09f16b
commit ef47708d0b

View file

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