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
@@ -23,8 +23,6 @@ For more information about Parse and its features, see [the website][parseplatfo
23
23
}
24
24
```
25
25
26
-
Snapshots of the development version are available in [jFrog's `snapshots` repository][snap].
27
-
28
26
-**Option 2:** Compiling for yourself into AAR file
29
27
30
28
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:
@@ -35,7 +33,8 @@ For more information about Parse and its features, see [the website][parseplatfo
35
33
Output file can be found in `Parse/build/outputs/` with extension .aar
36
34
37
35
You can link to your project to your AAR file as you please.
38
-
36
+
37
+
39
38
### Setup
40
39
Initialize Parse in a custom class that extends `Application`:
41
40
```java
@@ -81,6 +80,28 @@ Results can be found in `Parse/build/reports/`
81
80
```
82
81
Results can be found in `Parse/build/reports/`
83
82
83
+
## Snapshots
84
+
85
+
Snapshots of the development version can be obtained by using [Jitpack][jitpack-snapshot-link]:
86
+
87
+
Add the Maven link in your root `build.gradle` file:
0 commit comments