Merge pull request #12965 from JosJuice/android-ndk-27
Android: Update to NDK 27.0.12077973
This commit is contained in:
commit
0c18393691
|
@ -8,7 +8,7 @@ plugins {
|
|||
@Suppress("UnstableApiUsage")
|
||||
android {
|
||||
compileSdkVersion = "android-34"
|
||||
ndkVersion = "26.1.10909125"
|
||||
ndkVersion = "27.0.12077973"
|
||||
|
||||
buildFeatures {
|
||||
viewBinding = true
|
||||
|
|
Loading…
Reference in New Issue