Android: Update to NDK 27.0.12077973

This commit is contained in:
JosJuice 2024-07-30 18:24:48 +02:00
parent 87b7009c12
commit 91a323df96
1 changed files with 1 additions and 1 deletions

View File

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