Android: Change target from Android 14 to 15

This commit is contained in:
Reg Tiangha 2024-09-07 13:43:01 -06:00 committed by OpenSauce04
parent daafef9894
commit 8e5bb7aa8a

View File

@ -28,7 +28,7 @@ val downloadedJniLibsPath = "${buildDir}/downloadedJniLibs"
android {
namespace = "org.citra.citra_emu"
compileSdkVersion = "android-34"
compileSdkVersion = "android-35"
ndkVersion = "27.1.12297006"
compileOptions {
@ -63,7 +63,7 @@ android {
// TODO If this is ever modified, change application_id in strings.xml
applicationId = "org.citra.citra_emu"
minSdk = 28
targetSdk = 34
targetSdk = 35
versionCode = autoVersion
versionName = getGitVersion()