summaryrefslogtreecommitdiffstats
path: root/src/android/app/build.gradle
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2023-02-12 09:17:19 +0100
committerbunnei <bunneidev@gmail.com>2023-06-03 09:05:30 +0200
commit0e52d11ede15d0a47761dce42ebf1a8f7eb83719 (patch)
tree5ce614dc7aaa5c7251733f10dcda141baf33ae4b /src/android/app/build.gradle
parentandroid: Replace notification icon with yuzu (diff)
downloadyuzu-0e52d11ede15d0a47761dce42ebf1a8f7eb83719.tar
yuzu-0e52d11ede15d0a47761dce42ebf1a8f7eb83719.tar.gz
yuzu-0e52d11ede15d0a47761dce42ebf1a8f7eb83719.tar.bz2
yuzu-0e52d11ede15d0a47761dce42ebf1a8f7eb83719.tar.lz
yuzu-0e52d11ede15d0a47761dce42ebf1a8f7eb83719.tar.xz
yuzu-0e52d11ede15d0a47761dce42ebf1a8f7eb83719.tar.zst
yuzu-0e52d11ede15d0a47761dce42ebf1a8f7eb83719.zip
Diffstat (limited to 'src/android/app/build.gradle')
-rw-r--r--src/android/app/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/android/app/build.gradle b/src/android/app/build.gradle
index c516b2bff..74835113c 100644
--- a/src/android/app/build.gradle
+++ b/src/android/app/build.gradle
@@ -11,7 +11,7 @@ def abiFilter = "arm64-v8a" //, "x86"
android {
compileSdkVersion 32
- ndkVersion "25.1.8937393"
+ ndkVersion "25.2.9519653"
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8