Browse Source
Merge branch 'fix/android-16k' into disable_nca_verification
pull/298/head
crueter
6 months ago
No known key found for this signature in database
GPG Key ID: 425ACD2D4830EBC6
1 changed files with
2 additions and
2 deletions
-
src/android/app/build.gradle.kts
|
|
@ -30,8 +30,8 @@ val autoVersion = (((System.currentTimeMillis() / 1000) - 1451606400) / 10).toIn |
|
|
android { |
|
|
android { |
|
|
namespace = "org.yuzu.yuzu_emu" |
|
|
namespace = "org.yuzu.yuzu_emu" |
|
|
|
|
|
|
|
|
compileSdkVersion = "android-35" |
|
|
|
|
|
ndkVersion = "26.1.10909125" |
|
|
|
|
|
|
|
|
compileSdkVersion = "android-36" |
|
|
|
|
|
ndkVersion = "28.2.13676358" |
|
|
|
|
|
|
|
|
buildFeatures { |
|
|
buildFeatures { |
|
|
viewBinding = true |
|
|
viewBinding = true |
|
|
|