diff options
| author | JosJuice <josjuice@gmail.com> | 2023-12-11 19:16:32 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-11 19:16:32 +0100 |
| commit | f87a4f03855208397972cbb1f545cd0cd5122428 (patch) | |
| tree | 5a1f79ac30c3fb9162cc6255827a880d41550f4f /Source/Android | |
| parent | d84ed054ee7fcaa9f9d1abbd5db0f10aed659092 (diff) | |
| parent | b27cf432ebaeef5242b2cb0e7544225825b87e07 (diff) | |
Merge pull request #12383 from iwubcode/android_new_sdk_for_cpp20
Android: update NDK to 26.1.10909125 in order to pick up new compiler features
Diffstat (limited to 'Source/Android')
| -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 |
