5
5
[ ![ License] [ license-svg ]] [ license-link ]
6
6
7
7
8
- A library that gives you access to the powerful Parse cloud platform from your Android app.
8
+ A library that gives you access to the powerful Parse cloud platform from your Android app.
9
9
For more information about Parse and its features, see [ the website] [ parse.com ] and [ getting started] [ guide ] .
10
10
11
11
## Download
12
12
Download [ the latest JAR] [ latest ] or define in Gradle:
13
13
14
14
``` groovy
15
15
dependencies {
16
- compile 'com.parse:parse-android:1.13.3 '
16
+ compile 'com.parse:parse-android:1.14.0 '
17
17
}
18
18
```
19
19
@@ -54,7 +54,7 @@ We want to make contributing to this project as easy and transparent as possible
54
54
All rights reserved.
55
55
56
56
This source code is licensed under the BSD-style license found in the
57
- LICENSE file in the root directory of this source tree. An additional grant
57
+ LICENSE file in the root directory of this source tree. An additional grant
58
58
of patent rights can be found in the PATENTS file in the same directory.
59
59
60
60
[ parse.com ] : https://parseplatform.github.io/
@@ -70,10 +70,10 @@ We want to make contributing to this project as easy and transparent as possible
70
70
[ coverage-status-link ] : https://coveralls.io/github/ParsePlatform/Parse-SDK-Android?branch=master
71
71
[ maven-svg ] : https://maven-badges.herokuapp.com/maven-central/com.parse/parse-android/badge.svg?style=flat
72
72
[ maven-link ] : https://maven-badges.herokuapp.com/maven-central/com.parse/parse-android
73
-
73
+
74
74
[ parseui-link ] : https://github.com/ParsePlatform/ParseUI-Android
75
75
[ parsefacebookutils-link ] : https://github.com/ParsePlatform/ParseFacebookUtils-Android
76
76
[ parsetwitterutils-link ] : https://github.com/ParsePlatform/ParseTwitterUtils-Android
77
-
77
+
78
78
[ license-svg ] : https://img.shields.io/badge/license-BSD-lightgrey.svg
79
79
[ license-link ] : https://github.com/ParsePlatform/Parse-SDK-Android/blob/master/LICENSE
0 commit comments