diff --git a/README.md b/README.md index e30a8d547..f1d82b6ad 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,13 @@ # Parse SDK for Android -[![Build Status][build-status-svg]][build-status-link] -[![Coverage Status][coverage-status-svg]][coverage-status-link] + [![Maven Central][maven-svg]][maven-link] +[![Dependencies][dependencies-svg]][dependencies-link] +[![References][references-svg]][references-link] [![License][license-svg]][license-link] +[![Build Status][build-status-svg]][build-status-link] +[![Coverage Status][coverage-status-svg]][coverage-status-link] + [![Join Chat](https://img.shields.io/badge/gitter-join%20chat%20%E2%86%92-brightgreen.svg)](https://gitter.im/ParsePlatform/Chat) A library that gives you access to the powerful Parse cloud platform from your Android app. @@ -137,21 +141,30 @@ As of April 5, 2017, Parse, LLC has transferred this code to the parse-community [latest]: https://search.maven.org/remote_content?g=com.parse&a=parse-android&v=LATEST [snap]: https://oss.jfrog.org/artifactory/oss-snapshot-local/com/parse/parse-android/ + + [maven-svg]: https://maven-badges.herokuapp.com/maven-central/com.parse/parse-android/badge.svg?style=flat + [maven-link]: https://maven-badges.herokuapp.com/maven-central/com.parse/parse-android + + [dependencies-svg]: https://www.versioneye.com/java/com.parse:parse-android/badge.svg?style=flat-square + [dependencies-link]: https://www.versioneye.com/java/com.parse:parse-android + + [references-svg]: https://www.versioneye.com/java/com.parse:parse-android/reference_badge.svg?style=flat-square + [references-link]: https://www.versioneye.com/java/com.parse:parse-android/references + + [license-svg]: https://img.shields.io/badge/license-BSD-lightgrey.svg + [license-link]: https://github.com/parse-community/Parse-SDK-Android/blob/master/LICENSE [build-status-svg]: https://travis-ci.org/parse-community/Parse-SDK-Android.svg?branch=master [build-status-link]: https://travis-ci.org/parse-community/Parse-SDK-Android + [coverage-status-svg]: https://coveralls.io/repos/parse-community/Parse-SDK-Android/badge.svg?branch=master&service=github [coverage-status-link]: https://coveralls.io/github/parse-community/Parse-SDK-Android?branch=master - [maven-svg]: https://maven-badges.herokuapp.com/maven-central/com.parse/parse-android/badge.svg?style=flat - [maven-link]: https://maven-badges.herokuapp.com/maven-central/com.parse/parse-android [parseui-link]: https://github.com/parse-community/ParseUI-Android [parselivequery-link]: https://github.com/parse-community/ParseLiveQuery-Android + [parsefacebookutils-link]: https://github.com/parse-community/ParseFacebookUtils-Android [parsetwitterutils-link]: https://github.com/parse-community/ParseTwitterUtils-Android - [license-svg]: https://img.shields.io/badge/license-BSD-lightgrey.svg - [license-link]: https://github.com/parse-community/Parse-SDK-Android/blob/master/LICENSE - [releases]: https://github.com/parse-community/Parse-SDK-Android/releases [contributing]: CONTRIBUTING.md