updating target SDK to 33

This commit is contained in:
tibbi 2022-08-24 23:51:33 +02:00
parent ef1815ee60
commit a25241fac1

View file

@ -4,12 +4,12 @@ apply plugin: 'kotlin-android-extensions'
apply plugin: 'kotlin-kapt' apply plugin: 'kotlin-kapt'
android { android {
compileSdkVersion 31 compileSdkVersion 33
defaultConfig { defaultConfig {
applicationId "com.simplemobiletools.launcher" applicationId "com.simplemobiletools.launcher"
minSdkVersion 30 minSdkVersion 30
targetSdkVersion 31 targetSdkVersion 33
versionCode 1 versionCode 1
versionName "5.0.0" versionName "5.0.0"
setProperty("archivesBaseName", "launcher") setProperty("archivesBaseName", "launcher")