diff options
author | TacoTheDank <SkytkRSfan3895@gmail.com> | 2021-08-28 22:43:36 -0400 |
---|---|---|
committer | TacoTheDank <SkytkRSfan3895@gmail.com> | 2021-08-28 22:43:36 -0400 |
commit | 3d94593e4d01be5d15abf975b75d4be296345c41 (patch) | |
tree | ef533e02432b2b302b8f9a837f041015ecd59f85 /app | |
parent | f8779fbba2cfc6b0e03ae85f1814f8892497c3f8 (diff) | |
download | AntennaPod-3d94593e4d01be5d15abf975b75d4be296345c41.zip |
Bump RecyclerViewSwipeDecorator to 1.3
Diffstat (limited to 'app')
-rw-r--r-- | app/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle index 0d710c4cf..fddf37c02 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -150,7 +150,7 @@ dependencies { implementation 'com.github.mfietz:fyydlin:v0.5.0' implementation 'com.github.ByteHamster:SearchPreference:v2.0.0' 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' // Non-free dependencies: |