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 // Dismiss gesturing
implementation 'com.r0adkll:slidableactivity:2.1.0' 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 // Bottom sheet with rounded corners
implementation 'com.github.Deishelon:RoundedBottomSheet:1.0.1' implementation 'com.github.Deishelon:RoundedBottomSheet:1.0.1'
@ -175,7 +175,7 @@ dependencies {
implementation 'com.nex3z:flow-layout:1.3.3' implementation 'com.nex3z:flow-layout:1.3.3'
// RecyclerView fast scrolling // RecyclerView fast scrolling
implementation 'me.zhanghai.android.fastscroll:library:1.1.5' implementation 'me.zhanghai.android.fastscroll:library:1.1.7'
/**** Builds and flavors ****/ /**** Builds and flavors ****/

View File

@ -21,8 +21,8 @@ import androidx.fragment.app.FragmentManager;
import androidx.fragment.app.FragmentStatePagerAdapter; import androidx.fragment.app.FragmentStatePagerAdapter;
import androidx.viewpager.widget.ViewPager; import androidx.viewpager.widget.ViewPager;
import com.thefuntasty.hauler.DragDirection; import app.futured.hauler.DragDirection;
import com.thefuntasty.hauler.HaulerView; import app.futured.hauler.HaulerView;
import org.json.JSONArray; import org.json.JSONArray;
import org.json.JSONException; import org.json.JSONException;

View File

@ -17,8 +17,8 @@ import androidx.fragment.app.FragmentManager;
import androidx.fragment.app.FragmentStatePagerAdapter; import androidx.fragment.app.FragmentStatePagerAdapter;
import androidx.viewpager.widget.ViewPager; import androidx.viewpager.widget.ViewPager;
import com.thefuntasty.hauler.DragDirection; import app.futured.hauler.DragDirection;
import com.thefuntasty.hauler.HaulerView; import app.futured.hauler.HaulerView;
import java.util.ArrayList; import java.util.ArrayList;
import java.util.concurrent.Executor; import java.util.concurrent.Executor;

View File

@ -55,8 +55,8 @@ import com.google.android.exoplayer2.upstream.cache.SimpleCache;
import com.google.android.exoplayer2.util.Util; import com.google.android.exoplayer2.util.Util;
import com.google.android.material.bottomappbar.BottomAppBar; import com.google.android.material.bottomappbar.BottomAppBar;
import com.google.android.material.snackbar.Snackbar; import com.google.android.material.snackbar.Snackbar;
import com.thefuntasty.hauler.DragDirection; import app.futured.hauler.DragDirection;
import com.thefuntasty.hauler.HaulerView; import app.futured.hauler.HaulerView;
import org.apache.commons.io.FilenameUtils; import org.apache.commons.io.FilenameUtils;

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<com.thefuntasty.hauler.HaulerView xmlns:android="http://schemas.android.com/apk/res/android" <app.futured.hauler.HaulerView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools" xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/hauler_view_view_imgur_media_activity" android:id="@+id/hauler_view_view_imgur_media_activity"
@ -51,4 +51,4 @@
</androidx.core.widget.NestedScrollView> </androidx.core.widget.NestedScrollView>
</com.thefuntasty.hauler.HaulerView> </app.futured.hauler.HaulerView>

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<com.thefuntasty.hauler.HaulerView xmlns:android="http://schemas.android.com/apk/res/android" <app.futured.hauler.HaulerView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools" xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/hauler_view_view_reddit_gallery_activity" android:id="@+id/hauler_view_view_reddit_gallery_activity"
@ -20,4 +20,4 @@
</androidx.core.widget.NestedScrollView> </androidx.core.widget.NestedScrollView>
</com.thefuntasty.hauler.HaulerView> </app.futured.hauler.HaulerView>