Skip to content

Commit aef3eda

Browse files
committed
update to target SDK 29, but use requestLegacyExternalStorage for now
1 parent 0e37317 commit aef3eda

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ if (keystorePropertiesFile.exists()) {
99
}
1010

1111
android {
12-
compileSdkVersion 28
13-
buildToolsVersion "28.0.3"
12+
compileSdkVersion 29
13+
buildToolsVersion "29.0.2"
1414

1515
defaultConfig {
1616
applicationId "com.simplemobiletools.filemanager.pro"
1717
minSdkVersion 21
18-
targetSdkVersion 28
18+
targetSdkVersion 29
1919
versionCode 83
2020
versionName "6.4.2"
2121
multiDexEnabled true

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
android:allowBackup="true"
1717
android:icon="@mipmap/ic_launcher"
1818
android:label="@string/app_launcher_name"
19+
android:requestLegacyExternalStorage="true"
1920
android:roundIcon="@mipmap/ic_launcher"
2021
android:theme="@style/AppTheme">
2122

0 commit comments

Comments
 (0)