Skip to content

Commit c2a352d

Browse files
addisonElliottflovilmart
authored andcommitted
Update Android Parse Gradle Version (#467)
Gradle dependency is 1.15.8 instead of 1.15.7 since a new release came out
1 parent e747bf1 commit c2a352d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/android/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Add dependency to the application level `build.gradle` file.
99

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

0 commit comments

Comments
 (0)