diff options
author | Charles Lombardo <clombardo169@gmail.com> | 2023-03-06 07:26:43 +0100 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2023-06-03 09:05:33 +0200 |
commit | fc0c5fa86fb59f2c7afdba64575e28f5f85a943f (patch) | |
tree | 9fa08dc1a8f07fc65af3a6d6698bb3b4df598655 /src | |
parent | android: Upgrade gradle to 8.0.1 (diff) | |
download | yuzu-fc0c5fa86fb59f2c7afdba64575e28f5f85a943f.tar yuzu-fc0c5fa86fb59f2c7afdba64575e28f5f85a943f.tar.gz yuzu-fc0c5fa86fb59f2c7afdba64575e28f5f85a943f.tar.bz2 yuzu-fc0c5fa86fb59f2c7afdba64575e28f5f85a943f.tar.lz yuzu-fc0c5fa86fb59f2c7afdba64575e28f5f85a943f.tar.xz yuzu-fc0c5fa86fb59f2c7afdba64575e28f5f85a943f.tar.zst yuzu-fc0c5fa86fb59f2c7afdba64575e28f5f85a943f.zip |
Diffstat (limited to 'src')
-rw-r--r-- | src/android/app/build.gradle | 4 |
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 def abiFilter = "arm64-v8a" //, "x86" android { - compileSdkVersion 32 + compileSdkVersion 33 ndkVersion "25.2.9519653" compileOptions { @@ -32,7 +32,7 @@ android { // TODO If this is ever modified, change application_id in strings.xml applicationId "org.yuzu.yuzu_emu" minSdkVersion 28 - targetSdkVersion 31 + targetSdkVersion 33 versionCode autoVersion versionName getVersion() ndk.abiFilters abiFilter |