summaryrefslogtreecommitdiff
path: root/Source/Android
diff options
context:
space:
mode:
authoriwubcode <iwubcode@users.noreply.github.com>2023-12-10 19:14:29 -0600
committeriwubcode <iwubcode@users.noreply.github.com>2023-12-10 19:14:29 -0600
commitb27cf432ebaeef5242b2cb0e7544225825b87e07 (patch)
treec9157eb43378f948dea8e7b7d21369f2d9896965 /Source/Android
parentdb1620db423d590cb862fdc6f0dc866336f0d6f5 (diff)
Android: update NDK to 26.1.10909125 in order to pick up new compiler with more C++20 features
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 0e436b55b9..ab38baddf1 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-34"
- ndkVersion = "25.2.9519653"
+ ndkVersion = "26.1.10909125"
buildFeatures {
viewBinding = true