From e995127bac864ba996299bb78044bced433f8a5f Mon Sep 17 00:00:00 2001 From: Medley <198984680+maplemedley@users.noreply.github.com> Date: Tue, 18 Feb 2025 12:46:47 +0100 Subject: [PATCH] Improve wording on gradle command note --- doc/android.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/android.md b/doc/android.md index 078aaa3bae..4eebc6a765 100644 --- a/doc/android.md +++ b/doc/android.md @@ -116,7 +116,7 @@ automatically. Or you can create a `local.properties` file and specify > key.alias=Minetest * To build on Windows, you might need the external unix dependency [gettext](https://www.gnu.org/software/gettext/) (Also available through [scoop](https://scoop.sh/), - for easier installation). Additionally, the `gradle` command can be used instead of `gradlew`. + for easier installation). Additionally, if the `gradlew` command is missing, `gradle wrapper` or `gradle` can be used.