AndroidX lib refactor

This commit is contained in:
h4h13 2018-08-30 14:59:30 +05:30
parent b3eb12aebd
commit 08f0b5e76e
582 changed files with 5479 additions and 6079 deletions

View file

@ -22,7 +22,7 @@
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/Theme.RetroMusic.Light"
tools:replace="android:allowBackup">
>
<activity
android:name=".ui.activities.MainActivity"
android:label="@string/app_name">
@ -241,7 +241,7 @@
android:value="code.name.monkey.retromusic.cast.CastOptionsProvider" />
<provider
android:name="android.support.v4.content.FileProvider"
android:name="androidx.core.content.FileProvider"
android:authorities="${applicationId}"
android:exported="false"
android:grantUriPermissions="true">