update to target SDK 29, but use requestLegacyExternalStorage for now

This commit is contained in:
tibbi 2020-01-29 21:24:53 +01:00
parent 0e373172df
commit aef3eda9ea
2 changed files with 4 additions and 3 deletions

View File

@ -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

View File

@ -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">