We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e37317 commit aef3edaCopy full SHA for aef3eda
app/build.gradle
@@ -9,13 +9,13 @@ if (keystorePropertiesFile.exists()) {
9
}
10
11
android {
12
- compileSdkVersion 28
13
- buildToolsVersion "28.0.3"
+ compileSdkVersion 29
+ buildToolsVersion "29.0.2"
14
15
defaultConfig {
16
applicationId "com.simplemobiletools.filemanager.pro"
17
minSdkVersion 21
18
- targetSdkVersion 28
+ targetSdkVersion 29
19
versionCode 83
20
versionName "6.4.2"
21
multiDexEnabled true
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">
22
0 commit comments