revert target SDK back to 28

This commit is contained in:
tibbi 2019-12-05 23:27:58 +01:00
parent b900262a1b
commit 8fa7c2388c
1 changed files with 3 additions and 3 deletions

View File

@ -8,13 +8,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.contacts.pro"
minSdkVersion 21
targetSdkVersion 29
targetSdkVersion 28
versionCode 52
versionName "6.4.4"
setProperty("archivesBaseName", "contacts")