From 5cb29ca91473d6855c144ed7bdaa6d6bcbacc5ce Mon Sep 17 00:00:00 2001 From: Iain Merrick Date: Thu, 25 Jan 2018 22:34:49 +0000 Subject: [PATCH] Fix Gradle command line in README.md (#776) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff5f01476..31c83ea53 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ For more information about Parse and its features, see [the website][parseplatfo If you want to manually compile the SDK, begin by cloning the repository locally or retrieving the source code for a particular [release][releases]. Open the project in Android Studio and run the following commands in the Terminal of Android Studio: ``` - ./gradlew clean jarRelease + ./gradlew clean build ``` Output file can be found in `Parse/build/outputs/` with extension .aar