1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-03-03 18:26:20 +00:00

Document recycler view selection version

This commit is contained in:
M66B 2019-03-31 16:49:10 +02:00
parent d612ec55d3
commit 237895ce89

View file

@ -130,8 +130,9 @@ dependencies {
implementation "androidx.appcompat:appcompat:$appcompat_version"
// https://mvnrepository.com/artifact/androidx.recyclerview/recyclerview
// https://mvnrepository.com/artifact/androidx.recyclerview/recyclerview-selection
implementation "androidx.recyclerview:recyclerview:$recyclerview_version"
//implementation "androidx.recyclerview:recyclerview-selection:$recyclerview_version"
//implementation "androidx.recyclerview:recyclerview-selection:1.1.0-alpha01"
// https://mvnrepository.com/artifact/androidx.coordinatorlayout/coordinatorlayout
implementation "androidx.coordinatorlayout:coordinatorlayout:$coordinatorlayout_version"