updating target SDK to 33
This commit is contained in:
parent
ef1815ee60
commit
a25241fac1
1 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||||
|
|
Loading…
Reference in a new issue