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:
commit
f87a4f0385
|
@ -8,7 +8,7 @@ plugins {
|
|||
@Suppress("UnstableApiUsage")
|
||||
android {
|
||||
compileSdkVersion = "android-34"
|
||||
ndkVersion = "25.2.9519653"
|
||||
ndkVersion = "26.1.10909125"
|
||||
|
||||
buildFeatures {
|
||||
viewBinding = true
|
||||
|
|
Loading…
Reference in New Issue