From 199a4e70616a583e33d7e9a7dd8c95503845fcac Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Tue, 17 Jan 2017 09:58:13 +0000 Subject: Fix Android build instrucitons --- README.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index 43873ee..0b2b190 100644 --- a/README.rst +++ b/README.rst @@ -32,12 +32,13 @@ To build the javascript bindings, install emscripten from http://kripken.github. .. code:: bash make js - + To build the android project for Android bindings, run: - .. code:: bash - cd android - ./gradlew clean assembleRelease +.. code:: bash + + cd android + ./gradlew clean assembleRelease To build the Xcode workspace for Objective-C bindings, run: -- cgit v1.2.3