You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-8
Original file line number
Diff line number
Diff line change
@@ -14,14 +14,14 @@ To solve this problem, we introduce Parse LiveQuery. This tool allows you to sub
14
14
15
15
Parse LiveQuery contains two parts, the LiveQuery server and the LiveQuery clients. In order to use live queries, you need to set up both of them.
16
16
17
-
The easiest way to setup the LiveQuery server is to make it run with the [Open Source Parse Server](https://github.com/ParsePlatform/parse-server/wiki/Parse-LiveQuery#server-setup).
17
+
The easiest way to setup the LiveQuery server is to make it run with the [Open Source Parse Server](https://github.com/parse-community/parse-server/wiki/Parse-LiveQuery#server-setup).
18
18
19
19
## Setup Client
20
20
Download [the latest JAR][latest] or define in Gradle:
21
21
22
22
```groovy
23
23
dependencies {
24
-
compile 'com.parse:parse-livequery-android:1.0.2'
24
+
compile 'com.parse:parse-livequery-android:1.0.3'
25
25
}
26
26
```
27
27
@@ -111,7 +111,7 @@ We want to make contributing to this project as easy and transparent as possible
111
111
112
112
-----
113
113
114
-
As of April 5, 2017, Parse, LLC has transferred this code to the parse-community organization, and will no longer be contributing to or distributing this code.
114
+
As of April 5, 2017, Parse, LLC has transferred this code to the parse-community organization, and will no longer be contributing to or distributing this code.
0 commit comments