mirror of
https://github.com/SimpleMobileTools/Simple-File-Manager.git
synced 2025-04-03 05:01:43 +02:00
reverting target sdk back to 28 until scoped storage gets implemented
This commit is contained in:
parent
2c83e9a14e
commit
2fd16267b8
@ -7,13 +7,13 @@ def keystoreProperties = new Properties()
|
||||
keystoreProperties.load(new FileInputStream(keystorePropertiesFile))
|
||||
|
||||
android {
|
||||
compileSdkVersion 29
|
||||
buildToolsVersion "29.0.2"
|
||||
compileSdkVersion 28
|
||||
buildToolsVersion "28.0.3"
|
||||
|
||||
defaultConfig {
|
||||
applicationId "com.simplemobiletools.filemanager.pro"
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 29
|
||||
targetSdkVersion 28
|
||||
versionCode 79
|
||||
versionName "6.3.7"
|
||||
multiDexEnabled true
|
||||
|
Loading…
x
Reference in New Issue
Block a user