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)) keystoreProperties.load(new FileInputStream(keystorePropertiesFile))
android { android {
compileSdkVersion 29 compileSdkVersion 28
buildToolsVersion "29.0.2" buildToolsVersion "28.0.3"
defaultConfig { defaultConfig {
applicationId "com.simplemobiletools.contacts.pro" applicationId "com.simplemobiletools.contacts.pro"
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 29 targetSdkVersion 28
versionCode 52 versionCode 52
versionName "6.4.4" versionName "6.4.4"
setProperty("archivesBaseName", "contacts") setProperty("archivesBaseName", "contacts")