Merge pull request #5370 from TacoTheDank/swipeDecoratorBump

Bump RecyclerViewSwipeDecorator to 1.3
This commit is contained in:
ByteHamster 2021-09-03 21:29:52 +02:00 committed by GitHub
commit 04c0e61322
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ dependencies {
implementation 'com.github.mfietz:fyydlin:v0.5.0' implementation 'com.github.mfietz:fyydlin:v0.5.0'
implementation 'com.github.ByteHamster:SearchPreference:v2.0.0' implementation 'com.github.ByteHamster:SearchPreference:v2.0.0'
implementation 'com.github.skydoves:balloon:1.1.5' implementation 'com.github.skydoves:balloon:1.1.5'
implementation 'it.xabaras.android:recyclerview-swipedecorator:1.2.3' implementation 'com.github.xabaras:RecyclerViewSwipeDecorator:1.3'
implementation 'com.annimon:stream:1.2.2' implementation 'com.annimon:stream:1.2.2'
// Non-free dependencies: // Non-free dependencies: