Merge pull request #12965 from JosJuice/android-ndk-27

Android: Update to NDK 27.0.12077973
This commit is contained in:
OatmealDome 2024-07-30 13:09:53 -04:00 committed by GitHub
commit 0c18393691
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

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