summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorCharles Lombardo <clombardo169@gmail.com>2023-10-12 05:06:14 +0200
committerCharles Lombardo <clombardo169@gmail.com>2023-10-13 18:55:41 +0200
commit1591923f91045f2c3cd537e1795ba1811999522c (patch)
tree7cd0b2b88150d697d6686835586d8c4f31f9e1ab /src
parentandroid: Update AGP to 8.1.2 (diff)
downloadyuzu-1591923f91045f2c3cd537e1795ba1811999522c.tar
yuzu-1591923f91045f2c3cd537e1795ba1811999522c.tar.gz
yuzu-1591923f91045f2c3cd537e1795ba1811999522c.tar.bz2
yuzu-1591923f91045f2c3cd537e1795ba1811999522c.tar.lz
yuzu-1591923f91045f2c3cd537e1795ba1811999522c.tar.xz
yuzu-1591923f91045f2c3cd537e1795ba1811999522c.tar.zst
yuzu-1591923f91045f2c3cd537e1795ba1811999522c.zip
Diffstat (limited to 'src')
-rw-r--r--src/android/app/build.gradle.kts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/android/app/build.gradle.kts b/src/android/app/build.gradle.kts
index 84a3308b7..b100862b2 100644
--- a/src/android/app/build.gradle.kts
+++ b/src/android/app/build.gradle.kts
@@ -27,7 +27,7 @@ android {
namespace = "org.yuzu.yuzu_emu"
compileSdkVersion = "android-34"
- ndkVersion = "25.2.9519653"
+ ndkVersion = "26.1.10909125"
buildFeatures {
viewBinding = true