Update target SDK version to Android 13

This commit is contained in:
lynxnb 2022-08-17 12:29:46 +02:00
parent 39f398f76b
commit d128856c7d

View File

@ -18,13 +18,13 @@ android {
var isBuildSigned = (System.getenv("CI") == "true") && (System.getenv("IS_SKYLINE_SIGNED") == "true")
compileSdkVersion 31
compileSdkVersion 33
buildToolsVersion '33.0.0'
defaultConfig {
applicationId "skyline.emu"
minSdkVersion 29
targetSdkVersion 31
targetSdkVersion 33
versionCode 3
versionName "0.0.3"