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
This commit is contained in:
JosJuice 2023-12-11 19:16:32 +01:00 committed by GitHub
commit f87a4f0385
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ plugins {
@Suppress("UnstableApiUsage")
android {
compileSdkVersion = "android-34"
ndkVersion = "25.2.9519653"
ndkVersion = "26.1.10909125"
buildFeatures {
viewBinding = true