mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-12-16 04:09:39 +00:00
Android: Update NDK version to 29.0.14206865
This commit is contained in:
parent
8323c21e40
commit
f05f89e6b4
@ -8,7 +8,7 @@ plugins {
|
|||||||
@Suppress("UnstableApiUsage")
|
@Suppress("UnstableApiUsage")
|
||||||
android {
|
android {
|
||||||
compileSdkVersion = "android-36"
|
compileSdkVersion = "android-36"
|
||||||
ndkVersion = "27.0.12077973"
|
ndkVersion = "29.0.14206865"
|
||||||
|
|
||||||
buildFeatures {
|
buildFeatures {
|
||||||
viewBinding = true
|
viewBinding = true
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user