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.
2 parents fddf065 + d07b963 commit 7d80195Copy full SHA for 7d80195
ParseLiveQuery/build.gradle
@@ -4,7 +4,7 @@ apply plugin: 'com.android.library'
4
apply plugin: 'com.github.kt3k.coveralls'
5
6
group = 'com.parse'
7
-version = '0.0.1-SNAPSHOT'
+version = '1.0.1-SNAPSHOT'
8
9
buildscript {
10
repositories {
README.md
@@ -21,7 +21,7 @@ Download [the latest JAR][latest] or define in Gradle:
21
22
```groovy
23
dependencies {
24
- compile 'com.parse:parse-livequery-android:0.0.1'
+ compile 'com.parse:parse-livequery-android:1.0.0'
25
}
26
```
27
0 commit comments