update target sdk to 29, but stick to legacy file handling

This commit is contained in:
tibbi
2020-01-22 19:26:26 +01:00
parent 89da8dbbde
commit 3cc86a028d
2 changed files with 6 additions and 5 deletions

View File

@ -30,9 +30,10 @@
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_launcher_name"
android:requestLegacyExternalStorage="true"
android:roundIcon="@mipmap/ic_launcher"
android:theme="@style/AppTheme"
android:supportsRtl="true">
android:supportsRtl="true"
android:theme="@style/AppTheme">
<activity
android:name=".activities.SplashActivity"