build.gradle: Update AndroidX RecyclerView to 1.2.1.

This commit is contained in:
Andreas Schildbach 2021-08-11 16:48:10 +02:00
parent 8f5182e636
commit 437f8b398f

View file

@ -14,7 +14,7 @@ dependencies {
implementation project(':public-transport-enabler')
implementation 'de.schildbach.wallet:integration-android:2.0'
implementation 'androidx.annotation:annotation:1.2.0'
implementation 'androidx.recyclerview:recyclerview:1.2.0'
implementation 'androidx.recyclerview:recyclerview:1.2.1'
implementation 'androidx.coordinatorlayout:coordinatorlayout:1.1.0'
implementation 'androidx.drawerlayout:drawerlayout:1.1.1'
implementation 'androidx.core:core:1.3.2'