aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2019-09-20 17:54:28 +0200
committerChristian Schneppe <christian@pix-art.de>2019-09-20 17:54:28 +0200
commitb26b5d01feef6feb06f2414e7034e6cb5e648406 (patch)
treea27105b5b48ce62ff01680dfdef91ffc1dde6749 /src/main/AndroidManifest.xml
parente0989e7a82f65c32d655db266f67fcdc90dba77b (diff)
migrate to AndroidX
Diffstat (limited to 'src/main/AndroidManifest.xml')
-rw-r--r--src/main/AndroidManifest.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/AndroidManifest.xml b/src/main/AndroidManifest.xml
index f430df2ce..b9e1624ae 100644
--- a/src/main/AndroidManifest.xml
+++ b/src/main/AndroidManifest.xml
@@ -49,7 +49,7 @@
android:required="false" />
<application
- android:name="android.support.multidex.MultiDexApplication"
+ android:name="androidx.multidex.MultiDexApplication"
android:allowBackup="false"
android:appCategory="social"
android:icon="@drawable/ic_launcher"
@@ -354,7 +354,7 @@
</service>
<provider
- android:name="android.support.v4.content.FileProvider"
+ android:name="androidx.core.content.FileProvider"
android:authorities="${applicationId}.files"
android:exported="false"
android:grantUriPermissions="true">