Merge pull request #14019 from JosJuice/android-ndk-29

Android: Update NDK version to 29.0.14206865
This commit is contained in:
JMC47 2025-10-17 18:47:20 -04:00 committed by GitHub
commit 7b994d9654
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,7 +8,7 @@ plugins {
@Suppress("UnstableApiUsage")
android {
compileSdkVersion = "android-36"
ndkVersion = "27.0.12077973"
ndkVersion = "29.0.14206865"
buildFeatures {
viewBinding = true