updating target SDK to 33
This commit is contained in:
parent
ef1815ee60
commit
a25241fac1
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue