summaryrefslogtreecommitdiff
path: root/Source/Android
diff options
context:
space:
mode:
authorJosJuice <josjuice@gmail.com>2025-10-15 19:57:53 +0200
committerJosJuice <josjuice@gmail.com>2025-10-15 19:57:53 +0200
commitf05f89e6b495d97a744fc789612ae2d899d59d6d (patch)
treeed830fe7d452e310c73370874256123701b18d54 /Source/Android
parent8323c21e40f1faaa19e097d91fa58c60dc0104fc (diff)
Android: Update NDK version to 29.0.14206865
Diffstat (limited to 'Source/Android')
-rw-r--r--Source/Android/app/build.gradle.kts2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Android/app/build.gradle.kts b/Source/Android/app/build.gradle.kts
index 7924c8b281..1e564e75e1 100644
--- a/Source/Android/app/build.gradle.kts
+++ b/Source/Android/app/build.gradle.kts
@@ -8,7 +8,7 @@ plugins {
@Suppress("UnstableApiUsage")
android {
compileSdkVersion = "android-36"
- ndkVersion = "27.0.12077973"
+ ndkVersion = "29.0.14206865"
buildFeatures {
viewBinding = true