From 3cc86a028dff86efac8da1b347add55d06597836 Mon Sep 17 00:00:00 2001 From: tibbi Date: Wed, 22 Jan 2020 19:26:26 +0100 Subject: [PATCH] update target sdk to 29, but stick to legacy file handling --- app/build.gradle | 6 +++--- app/src/main/AndroidManifest.xml | 5 +++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index ab36e701..32ec262e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,13 +10,13 @@ if (keystorePropertiesFile.exists()) { } android { - compileSdkVersion 28 - buildToolsVersion "28.0.3" + compileSdkVersion 29 + buildToolsVersion "29.0.2" defaultConfig { applicationId "com.simplemobiletools.contacts.pro" minSdkVersion 21 - targetSdkVersion 28 + targetSdkVersion 29 versionCode 55 versionName "6.5.2" setProperty("archivesBaseName", "contacts") diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 9964f4cf..6eade4d5 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -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">