You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ For more information about Parse and its features, see [the website][parseplatfo
32
32
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:
33
33
34
34
```
35
-
./gradlew clean jarRelease
35
+
./gradlew clean build
36
36
```
37
37
Output file can be found in `Parse/build/outputs/` with extension .aar
0 commit comments