We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e98c80 commit b052adbCopy full SHA for b052adb
_includes/android/getting-started.md
@@ -5,16 +5,14 @@ Note that we support Android 2.3 and higher. You can also check out our [API Ref
5
## Installation
6
**Step 1:** Download `Parse-SDK-Android`
7
8
-- **Option 1:** Add dependency to the application level `build.gradle` file.
+Add dependency to the application level `build.gradle` file.
9
10
```groovy
11
dependencies {
12
- compile 'com.parse:parse-android:1.14.1'
+ compile 'com.parse:parse-android:1.15.7'
13
}
14
```
15
16
-- **Option 2:** Download [latest JAR](https://search.maven.org/remote_content?g=com.parse&a=parse-android&v=LATEST)
17
-
18
**Step 2:** Setup Parse
19
20
- **Option 1:** Setup in the Manifest
0 commit comments