diff options
| author | iwubcode <iwubcode@users.noreply.github.com> | 2023-12-10 19:14:29 -0600 |
|---|---|---|
| committer | iwubcode <iwubcode@users.noreply.github.com> | 2023-12-10 19:14:29 -0600 |
| commit | b27cf432ebaeef5242b2cb0e7544225825b87e07 (patch) | |
| tree | c9157eb43378f948dea8e7b7d21369f2d9896965 /Source/Android/app | |
| parent | db1620db423d590cb862fdc6f0dc866336f0d6f5 (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/app')
| -rw-r--r-- | Source/Android/app/build.gradle.kts | 2 |
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 |
