reverting target sdk back to 28 until scoped storage gets implemented

This commit is contained in:
tibbi 2019-11-28 21:40:04 +01:00
parent 2c83e9a14e
commit 2fd16267b8

View file

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