From aef3eda9ea841f71afe93f19b993d073e4513a83 Mon Sep 17 00:00:00 2001 From: tibbi Date: Wed, 29 Jan 2020 21:24:53 +0100 Subject: [PATCH] update to target SDK 29, but use requestLegacyExternalStorage for now --- app/build.gradle | 6 +++--- app/src/main/AndroidManifest.xml | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 5c6d60d2..baace166 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,13 +9,13 @@ if (keystorePropertiesFile.exists()) { } android { - compileSdkVersion 28 - buildToolsVersion "28.0.3" + compileSdkVersion 29 + buildToolsVersion "29.0.2" defaultConfig { applicationId "com.simplemobiletools.filemanager.pro" minSdkVersion 21 - targetSdkVersion 28 + targetSdkVersion 29 versionCode 83 versionName "6.4.2" multiDexEnabled true diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 741d4f6c..9debad79 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -16,6 +16,7 @@ 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">