Migrate from JCenter where possible

This commit is contained in:
TacoTheDank
2021-09-24 21:08:09 -04:00
parent 0f4ced5669
commit e464082964
6 changed files with 12 additions and 12 deletions

View File

@@ -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 ****/