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

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

View File

@@ -17,8 +17,8 @@ import androidx.fragment.app.FragmentManager;
import androidx.fragment.app.FragmentStatePagerAdapter;
import androidx.viewpager.widget.ViewPager;
import com.thefuntasty.hauler.DragDirection;
import com.thefuntasty.hauler.HaulerView;
import app.futured.hauler.DragDirection;
import app.futured.hauler.HaulerView;
import java.util.ArrayList;
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.material.bottomappbar.BottomAppBar;
import com.google.android.material.snackbar.Snackbar;
import com.thefuntasty.hauler.DragDirection;
import com.thefuntasty.hauler.HaulerView;
import app.futured.hauler.DragDirection;
import app.futured.hauler.HaulerView;
import org.apache.commons.io.FilenameUtils;

View File

@@ -1,5 +1,5 @@
<?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:tools="http://schemas.android.com/tools"
android:id="@+id/hauler_view_view_imgur_media_activity"
@@ -51,4 +51,4 @@
</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"?>
<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:tools="http://schemas.android.com/tools"
android:id="@+id/hauler_view_view_reddit_gallery_activity"
@@ -20,4 +20,4 @@
</androidx.core.widget.NestedScrollView>
</com.thefuntasty.hauler.HaulerView>
</app.futured.hauler.HaulerView>