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