Android: Update NDK version to 29.0.14206865

This commit is contained in:
JosJuice 2025-10-15 19:57:53 +02:00
parent 8323c21e40
commit f05f89e6b4

View File

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