diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml index 1e2892f851..6496d06d8d 100644 --- a/android/AndroidManifest.xml +++ b/android/AndroidManifest.xml @@ -65,6 +65,7 @@ android:theme="@style/MwmTheme" android:supportsRtl="false" android:networkSecurityConfig="@xml/network_security_config" + android:requestLegacyExternalStorage="true" tools:replace="android:supportsRtl" tools:ignore="UnusedAttribute"> diff --git a/android/gradle.properties b/android/gradle.properties index e6f8ce58c8..21f9904d35 100644 --- a/android/gradle.properties +++ b/android/gradle.properties @@ -1,6 +1,6 @@ propMinSdkVersion=21 -propTargetSdkVersion=28 -propCompileSdkVersion=28 +propTargetSdkVersion=29 +propCompileSdkVersion=29 propBuildToolsVersion=27.0.3 propVersionCode=1030 propVersionName=10.3.0