diff options
author | Charles Lombardo <clombardo169@gmail.com> | 2023-06-28 22:15:18 +0200 |
---|---|---|
committer | Charles Lombardo <clombardo169@gmail.com> | 2023-06-28 22:15:18 +0200 |
commit | b76b698c173a58d19b7e7425768b6402ef68023e (patch) | |
tree | 86f0a9e1edf57f79a3c210323cff6f922e5fdff1 /src/android/app/build.gradle.kts | |
parent | Merge pull request #10837 from liamwhite/mali-support (diff) | |
download | yuzu-b76b698c173a58d19b7e7425768b6402ef68023e.tar yuzu-b76b698c173a58d19b7e7425768b6402ef68023e.tar.gz yuzu-b76b698c173a58d19b7e7425768b6402ef68023e.tar.bz2 yuzu-b76b698c173a58d19b7e7425768b6402ef68023e.tar.lz yuzu-b76b698c173a58d19b7e7425768b6402ef68023e.tar.xz yuzu-b76b698c173a58d19b7e7425768b6402ef68023e.tar.zst yuzu-b76b698c173a58d19b7e7425768b6402ef68023e.zip |
Diffstat (limited to 'src/android/app/build.gradle.kts')
-rw-r--r-- | src/android/app/build.gradle.kts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/android/app/build.gradle.kts b/src/android/app/build.gradle.kts index bab4f4d0f..9a47e2bd8 100644 --- a/src/android/app/build.gradle.kts +++ b/src/android/app/build.gradle.kts @@ -26,7 +26,7 @@ val autoVersion = (((System.currentTimeMillis() / 1000) - 1451606400) / 10).toIn android { namespace = "org.yuzu.yuzu_emu" - compileSdkVersion = "android-33" + compileSdkVersion = "android-34" ndkVersion = "25.2.9519653" buildFeatures { @@ -51,7 +51,7 @@ android { // TODO If this is ever modified, change application_id in strings.xml applicationId = "org.yuzu.yuzu_emu" minSdk = 30 - targetSdk = 33 + targetSdk = 34 versionName = getGitVersion() // If you want to use autoVersion for the versionCode, create a property in local.properties |