From cc58b0034c7295758b29d2168e2fac0599af6713 Mon Sep 17 00:00:00 2001 From: Andrew Gable Date: Thu, 22 Jul 2021 13:02:56 -0600 Subject: [PATCH] Remove `gradle` mention from ReadMe to improve clarity --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aa836ae2bc7f..104687db9a5e 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ You can use any IDE or code editing tool for developing on any platform. Use you * Changes applied to Javascript will be applied automatically, any changes to native code will require a recompile ## Running the Android app 🤖 -* To install the Android dependencies, run: `npm install`, then `gradle` will install all linked dependencies +* To install the Android dependencies, run: `npm install` * Make sure you have Java installed `java -version`. If not, install it by running `npm install -g openjdk8`. * To run a on a **Development Emulator**: `npm run android` * Changes applied to Javascript will be applied automatically, any changes to native code will require a recompile