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

View File

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