Skip to content

Commit c421d03

Browse files
iainmerrickJawnnypoo
authored andcommitted
Fix Gradle command line in README.md (#776) (#777)
1 parent 07e739f commit c421d03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ For more information about Parse and its features, see [the website][parseplatfo
3232
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:
3333

3434
```
35-
./gradlew clean jarRelease
35+
./gradlew clean build
3636
```
3737
Output file can be found in `Parse/build/outputs/` with extension .aar
3838

0 commit comments

Comments
 (0)