Skip to content

Commit b052adb

Browse files
hermanliangflovilmart
authored andcommitted
Bump Android SDK version (#432)
* Bump Android SDK version * Bump to 1.15.7 & remove JAR download link
1 parent 6e98c80 commit b052adb

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

_includes/android/getting-started.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,14 @@ Note that we support Android 2.3 and higher. You can also check out our [API Ref
55
## Installation
66
**Step 1:** Download `Parse-SDK-Android`
77

8-
- **Option 1:** Add dependency to the application level `build.gradle` file.
8+
Add dependency to the application level `build.gradle` file.
99

1010
```groovy
1111
dependencies {
12-
compile 'com.parse:parse-android:1.14.1'
12+
compile 'com.parse:parse-android:1.15.7'
1313
}
1414
```
1515

16-
- **Option 2:** Download [latest JAR](https://search.maven.org/remote_content?g=com.parse&a=parse-android&v=LATEST)
17-
1816
**Step 2:** Setup Parse
1917

2018
- **Option 1:** Setup in the Manifest

0 commit comments

Comments
 (0)