diff options
author | TacoTheDank <SkytkRSfan3895@gmail.com> | 2021-09-25 01:08:09 +0000 |
---|---|---|
committer | TacoTheDank <SkytkRSfan3895@gmail.com> | 2021-09-25 01:08:09 +0000 |
commit | e46408296488d1989159335b75f8181f05ca5afd (patch) | |
tree | 259ffbdeefa11b270b4610f6f11b20720bedd751 /app/build.gradle | |
parent | 0f4ced56699cb99e89a9eb6c2625c404c35fb25e (diff) | |
download | infinity-for-reddit-e46408296488d1989159335b75f8181f05ca5afd.tar infinity-for-reddit-e46408296488d1989159335b75f8181f05ca5afd.tar.gz infinity-for-reddit-e46408296488d1989159335b75f8181f05ca5afd.tar.bz2 infinity-for-reddit-e46408296488d1989159335b75f8181f05ca5afd.tar.lz infinity-for-reddit-e46408296488d1989159335b75f8181f05ca5afd.tar.xz infinity-for-reddit-e46408296488d1989159335b75f8181f05ca5afd.tar.zst infinity-for-reddit-e46408296488d1989159335b75f8181f05ca5afd.zip |
Migrate from JCenter where possible
Diffstat (limited to '')
-rw-r--r-- | app/build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle index 1ed5c612..38d105dc 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -166,7 +166,7 @@ dependencies { // Dismiss gesturing implementation 'com.r0adkll:slidableactivity:2.1.0' - implementation 'com.thefuntasty.hauler:core:3.1.0' + implementation 'app.futured.hauler:hauler:4.0.0' // Bottom sheet with rounded corners implementation 'com.github.Deishelon:RoundedBottomSheet:1.0.1' @@ -175,7 +175,7 @@ dependencies { implementation 'com.nex3z:flow-layout:1.3.3' // RecyclerView fast scrolling - implementation 'me.zhanghai.android.fastscroll:library:1.1.5' + implementation 'me.zhanghai.android.fastscroll:library:1.1.7' /**** Builds and flavors ****/ |