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

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