updating target SDK to 33

This commit is contained in:
tibbi 2022-08-24 23:51:33 +02:00
parent ef1815ee60
commit a25241fac1
1 changed files with 2 additions and 2 deletions

View File

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