revert back to sdk 28 until scoped storage gets implemented

This commit is contained in:
tibbi 2019-11-28 21:19:13 +01:00
parent 84d5b25a8a
commit dc6577e921

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.draw.pro"
minSdkVersion 21
targetSdkVersion 29
targetSdkVersion 28
versionCode 49
versionName "6.1.0"
setProperty("archivesBaseName", "draw")
@ -51,5 +51,5 @@ android {
}
dependencies {
implementation 'com.simplemobiletools:commons:5.20.0'
implementation 'com.simplemobiletools:commons:5.20.2'
}