summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Lothian <mike@fireburn.co.uk>2025-07-04 16:42:59 +0100
committerMike Lothian <mike@fireburn.co.uk>2025-09-02 14:22:50 +0100
commit25a7251115685329a47df9edb2f1dc8a8e0593b8 (patch)
treee90dc40a9e61f657c2a357fdb38cbf4c7eca829a
parent72d5224bc82abc2adbf431238e71425027735397 (diff)
Use NDK 29.0.13846066
-rw-r--r--src/android/app/build.gradle.kts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/android/app/build.gradle.kts b/src/android/app/build.gradle.kts
index 0d716c8e3..51faa5749 100644
--- a/src/android/app/build.gradle.kts
+++ b/src/android/app/build.gradle.kts
@@ -29,7 +29,7 @@ android {
namespace = "org.yuzu.yuzu_emu"
compileSdkVersion = "android-35"
- ndkVersion = "29.0.13113456 rc1"
+ ndkVersion = "29.0.13846066"
buildFeatures {
viewBinding = true