From 2b490fff1638c8a651bc6e056f84c75bdd12c423 Mon Sep 17 00:00:00 2001 From: Bix Date: Sun, 22 Jun 2025 08:49:55 +0000 Subject: [PATCH] fix --- Building-for-Android.-.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Building-for-Android.-.md b/Building-for-Android.-.md index 3c547f4..af2e6d6 100644 --- a/Building-for-Android.-.md +++ b/Building-for-Android.-.md @@ -27,7 +27,7 @@ Eden by default will be cloned into - `export ANDROID_NDK_ROOT=path/to/ndk`. 4. Navigate to `eden/src/android`. 5. Then Build with `./gradlew assemblerelWithDebInfo`. -6. To build the optimised build use './gradlew assembleGenshinSpoofRelWithDebInfo' +6. To build the optimised build use `./gradlew assembleGenshinSpoofRelWithDebInfo`.