diff --git a/app/build.gradle b/app/build.gradle index 90f8fdc..10e4d52 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.3" defaultConfig { applicationId "com.simplemobiletools.draw.pro" minSdkVersion 21 - targetSdkVersion 28 + targetSdkVersion 29 versionCode 50 versionName "6.1.1" setProperty("archivesBaseName", "draw") diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 8849430..e39aa24 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -19,6 +19,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">