Target SDK 33

This commit is contained in:
Naveen
2022-08-19 13:57:19 +05:30
parent 98b97e6970
commit 98469ed788

View File

@ -10,12 +10,12 @@ if (keystorePropertiesFile.exists()) {
} }
android { android {
compileSdk 31 compileSdk 33
defaultConfig { defaultConfig {
applicationId "com.simplemobiletools.keyboard" applicationId "com.simplemobiletools.keyboard"
minSdk 23 minSdk 23
targetSdk 31 targetSdk 33
versionCode 11 versionCode 11
versionName "5.2.1" versionName "5.2.1"
multiDexEnabled true multiDexEnabled true