Browse Source

[android] support NDK r28 for 16kb alignment

Signed-off-by: crueter <crueter@eden-emu.dev>
pull/298/head
crueter 6 months ago
parent
commit
fab7218bd6
No known key found for this signature in database GPG Key ID: 425ACD2D4830EBC6
  1. 4
      src/android/app/build.gradle.kts

4
src/android/app/build.gradle.kts

@ -30,8 +30,8 @@ val autoVersion = (((System.currentTimeMillis() / 1000) - 1451606400) / 10).toIn
android {
namespace = "org.yuzu.yuzu_emu"
compileSdkVersion = "android-35"
ndkVersion = "26.1.10909125"
compileSdkVersion = "android-36"
ndkVersion = "28.2.13676358"
buildFeatures {
viewBinding = true

Loading…
Cancel
Save