mirror of
https://github.com/skyline-emu/skyline.git
synced 2024-11-04 21:05:06 +01:00
Update target SDK version to Android 13
This commit is contained in:
parent
39f398f76b
commit
d128856c7d
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user