Prevent double tap events during password selection (#1073)

This commit is contained in:
Fabian Henneke 2020-09-03 08:08:02 +02:00 committed by GitHub
parent 6f42586a8d
commit 9083ec896e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,7 +40,7 @@ object Dependencies {
const val material = "com.google.android.material:material:1.3.0-alpha02"
const val preference = "androidx.preference:preference:1.1.1"
const val recycler_view = "androidx.recyclerview:recyclerview:1.2.0-alpha05"
const val recycler_view_selection = "androidx.recyclerview:recyclerview-selection:1.1.0-rc01"
const val recycler_view_selection = "androidx.recyclerview:recyclerview-selection:1.1.0-rc02"
const val security = "androidx.security:security-crypto:1.1.0-alpha02"
const val swiperefreshlayout = "androidx.swiperefreshlayout:swiperefreshlayout:1.2.0-alpha01"
}