We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44eca49 commit 08343a5Copy full SHA for 08343a5
Parse/build.gradle
@@ -5,7 +5,7 @@ apply plugin: 'com.github.kt3k.coveralls'
5
apply plugin: 'com.jfrog.bintray'
6
7
group = 'com.parse'
8
-version = '1.15.4-SNAPSHOT'
+version = '1.15.4'
9
10
ext {
11
projDescription = 'A library that gives you access to the powerful Parse cloud platform from your Android app.'
README.md
@@ -15,7 +15,7 @@ Download [the latest JAR][latest] or define in Gradle:
15
16
```groovy
17
dependencies {
18
- compile 'com.parse:parse-android:1.15.3'
+ compile 'com.parse:parse-android:1.15.4'
19
}
20
```
21
0 commit comments