summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Lothian <mike@fireburn.co.uk>2025-10-03 12:24:53 +0100
committerMike Lothian <mike@fireburn.co.uk>2025-10-03 12:24:53 +0100
commitae235df7eee6b8ae2b4400c037dd697814924d5d (patch)
tree011bdf79a8b6028b5475622ded63ad25af0eb47c
parentc4f27bcefb3b0b47b814f9d35c743269fa0f036e (diff)
Use NDK 29.0.14033849
-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 51faa5749..f8c43c928 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.13846066"
+ ndkVersion = "29.0.14033849"
buildFeatures {
viewBinding = true