Use RecyclerView 1.1.0

This commit is contained in:
ligi 2020-02-16 05:34:07 +01:00
parent 8a55eafff2
commit 977c341f0e
No known key found for this signature in database
GPG key ID: 8E81894010ABF23D

View file

@ -136,7 +136,7 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'androidx.preference:preference:1.1.0'
implementation 'androidx.annotation:annotation:1.1.0'
implementation 'androidx.recyclerview:recyclerview:1.0.0'
implementation 'androidx.recyclerview:recyclerview:1.1.0'
implementation 'androidx.cardview:cardview:1.0.0'
implementation 'com.google.android.material:material:1.0.0'
implementation 'net.i2p.android.ext:floatingactionbutton:1.10.1'