Migrate to AndroidX support library

This commit is contained in:
topjohnwu
2018-09-10 02:27:45 -04:00
parent 39c82576ae
commit 065949496e
67 changed files with 199 additions and 169 deletions
+1 -1
View File
@@ -18,7 +18,7 @@
tools:ignore="UnusedAttribute">
<provider
android:name="android.support.v4.content.FileProvider"
android:name="androidx.core.content.FileProvider"
android:authorities="com.topjohnwu.magisk.provider"
android:exported="false"
android:grantUriPermissions="true">