diff options
author | Charles Lombardo <clombardo169@gmail.com> | 2023-10-12 05:06:14 +0200 |
---|---|---|
committer | Charles Lombardo <clombardo169@gmail.com> | 2023-10-13 18:55:41 +0200 |
commit | 1591923f91045f2c3cd537e1795ba1811999522c (patch) | |
tree | 7cd0b2b88150d697d6686835586d8c4f31f9e1ab /src/android | |
parent | android: Update AGP to 8.1.2 (diff) | |
download | yuzu-1591923f91045f2c3cd537e1795ba1811999522c.tar yuzu-1591923f91045f2c3cd537e1795ba1811999522c.tar.gz yuzu-1591923f91045f2c3cd537e1795ba1811999522c.tar.bz2 yuzu-1591923f91045f2c3cd537e1795ba1811999522c.tar.lz yuzu-1591923f91045f2c3cd537e1795ba1811999522c.tar.xz yuzu-1591923f91045f2c3cd537e1795ba1811999522c.tar.zst yuzu-1591923f91045f2c3cd537e1795ba1811999522c.zip |
Diffstat (limited to 'src/android')
-rw-r--r-- | src/android/app/build.gradle.kts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/android/app/build.gradle.kts b/src/android/app/build.gradle.kts index 84a3308b7..b100862b2 100644 --- a/src/android/app/build.gradle.kts +++ b/src/android/app/build.gradle.kts @@ -27,7 +27,7 @@ android { namespace = "org.yuzu.yuzu_emu" compileSdkVersion = "android-34" - ndkVersion = "25.2.9519653" + ndkVersion = "26.1.10909125" buildFeatures { viewBinding = true |