mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-01-26 00:01:13 +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")
|
var isBuildSigned = (System.getenv("CI") == "true") && (System.getenv("IS_SKYLINE_SIGNED") == "true")
|
||||||
|
|
||||||
compileSdkVersion 31
|
compileSdkVersion 33
|
||||||
buildToolsVersion '33.0.0'
|
buildToolsVersion '33.0.0'
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId "skyline.emu"
|
applicationId "skyline.emu"
|
||||||
|
|
||||||
minSdkVersion 29
|
minSdkVersion 29
|
||||||
targetSdkVersion 31
|
targetSdkVersion 33
|
||||||
|
|
||||||
versionCode 3
|
versionCode 3
|
||||||
versionName "0.0.3"
|
versionName "0.0.3"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user