mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-05 23:58:59 +00:00
Android: update NDK to 26.1.10909125 in order to pick up new compiler with more C++20 features
This commit is contained in:
parent
db1620db42
commit
b27cf432eb
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ plugins {
|
||||||
@Suppress("UnstableApiUsage")
|
@Suppress("UnstableApiUsage")
|
||||||
android {
|
android {
|
||||||
compileSdkVersion = "android-34"
|
compileSdkVersion = "android-34"
|
||||||
ndkVersion = "25.2.9519653"
|
ndkVersion = "26.1.10909125"
|
||||||
|
|
||||||
buildFeatures {
|
buildFeatures {
|
||||||
viewBinding = true
|
viewBinding = true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue