Browse Source

Merge branch 'fix/android-16k' into disable_nca_verification

pull/298/head
crueter 6 months ago
parent
commit
af4222a78b
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