Skip to content

Commit 4c86270

Browse files
author
Roger Hu
committed
Bump to 1.16.7
1 parent 2b3a68f commit 4c86270

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Parse/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ apply plugin: 'com.github.kt3k.coveralls'
55
apply plugin: 'com.jfrog.bintray'
66

77
group = 'com.parse'
8-
version = '1.16.7-SNAPSHOT'
8+
version = '1.16.7'
99

1010
ext {
1111
projDescription = 'A library that gives you access to the powerful Parse cloud platform from your Android app.'

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ For more information about Parse and its features, see [the website][parseplatfo
2121

2222
```groovy
2323
dependencies {
24-
implementation 'com.parse:parse-android:1.16.5'
24+
implementation 'com.parse:parse-android:1.16.7'
2525
}
2626
```
2727

0 commit comments

Comments
 (0)