summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar Charles Lombardo2023-03-06 01:26:43 -0500
committerGravatar bunnei2023-06-03 00:05:33 -0700
commitfc0c5fa86fb59f2c7afdba64575e28f5f85a943f (patch)
tree9fa08dc1a8f07fc65af3a6d6698bb3b4df598655 /src
parentandroid: Upgrade gradle to 8.0.1 (diff)
downloadyuzu-fc0c5fa86fb59f2c7afdba64575e28f5f85a943f.tar.gz
yuzu-fc0c5fa86fb59f2c7afdba64575e28f5f85a943f.tar.xz
yuzu-fc0c5fa86fb59f2c7afdba64575e28f5f85a943f.zip
android: bump compile/target sdk to 33
Diffstat (limited to 'src')
-rw-r--r--src/android/app/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/android/app/build.gradle b/src/android/app/build.gradle
index 06f30b1d4..1f16dcbed 100644
--- a/src/android/app/build.gradle
+++ b/src/android/app/build.gradle
@@ -10,7 +10,7 @@ def buildType
10def abiFilter = "arm64-v8a" //, "x86" 10def abiFilter = "arm64-v8a" //, "x86"
11 11
12android { 12android {
13 compileSdkVersion 32 13 compileSdkVersion 33
14 ndkVersion "25.2.9519653" 14 ndkVersion "25.2.9519653"
15 15
16 compileOptions { 16 compileOptions {
@@ -32,7 +32,7 @@ android {
32 // TODO If this is ever modified, change application_id in strings.xml 32 // TODO If this is ever modified, change application_id in strings.xml
33 applicationId "org.yuzu.yuzu_emu" 33 applicationId "org.yuzu.yuzu_emu"
34 minSdkVersion 28 34 minSdkVersion 28
35 targetSdkVersion 31 35 targetSdkVersion 33
36 versionCode autoVersion 36 versionCode autoVersion
37 versionName getVersion() 37 versionName getVersion()
38 ndk.abiFilters abiFilter 38 ndk.abiFilters abiFilter