Update AndroidX RecyclerView to 1.1.0.

This commit is contained in:
Andreas Schildbach 2019-11-22 22:48:00 +01:00
parent fb7125f787
commit b5b45765a7

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.1.0'
implementation 'androidx.recyclerview:recyclerview:1.0.0'
implementation 'androidx.recyclerview:recyclerview:1.1.0'
implementation 'androidx.coordinatorlayout:coordinatorlayout:1.0.0'
implementation 'androidx.drawerlayout:drawerlayout:1.0.0'
implementation 'androidx.core:core:1.1.0'