Android: Update to NDK 27.0.12077973

This commit is contained in:
JosJuice 2024-07-30 18:24:48 +02:00
commit 91a323df96

View file

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