Skip to content

Commit

Permalink
docs(readme): switch build status badge & update dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiankai Zheng authored and Jiankai Zheng committed Dec 9, 2020
1 parent 48369f4 commit 77ff771
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Maven Central](https://img.shields.io/maven-central/v/nl.jiankai/spotify-web-api-wrapper.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22nl.jiankai%22%20AND%20a:%22spotify-web-api-wrapper%22) [![Build Status](https://dev.azure.com/jzheng21/jzheng/_apis/build/status/jzheng2017.spotify-web-api-wrapper?branchName=main)](https://dev.azure.com/jzheng21/jzheng/_build/latest?definitionId=1&branchName=main) [![Language grade: Java](https://img.shields.io/lgtm/grade/java/g/jzheng2017/spotify-web-api-wrapper.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/jzheng2017/spotify-web-api-wrapper/context:java) [![Maintainability](https://api.codeclimate.com/v1/badges/7d64992a6eee6bf3ce10/maintainability)](https://codeclimate.com/github/jzheng2017/spotify-web-api-wrapper/maintainability) ![GitHub commit activity](https://img.shields.io/github/commit-activity/m/jzheng2017/spotify-web-api-wrapper)
[![Maven Central](https://img.shields.io/maven-central/v/nl.jiankai/spotify-web-api-wrapper.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22nl.jiankai%22%20AND%20a:%22spotify-web-api-wrapper%22) [![Build Status](https://travis-ci.com/jzheng2017/spotify-web-api-wrapper.svg?branch=main)](https://travis-ci.com/jzheng2017/spotify-web-api-wrapper) [![Language grade: Java](https://img.shields.io/lgtm/grade/java/g/jzheng2017/spotify-web-api-wrapper.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/jzheng2017/spotify-web-api-wrapper/context:java) [![Maintainability](https://api.codeclimate.com/v1/badges/7d64992a6eee6bf3ce10/maintainability)](https://codeclimate.com/github/jzheng2017/spotify-web-api-wrapper/maintainability) ![GitHub commit activity](https://img.shields.io/github/commit-activity/m/jzheng2017/spotify-web-api-wrapper)

# Spotify Web API Wrapper
Spotify API wrapper for Java
Expand Down Expand Up @@ -145,13 +145,13 @@ Latest official release:
<dependency>
<groupId>nl.jiankai</groupId>
<artifactId>spotify-web-api-wrapper</artifactId>
<version>1.5.2</version>
<version>1.5.3</version>
</dependency>
```
### Gradle
Latest official release:
```gradle
implementation 'nl.jiankai:spotify-web-api-wrapper:1.5.2'
implementation 'nl.jiankai:spotify-web-api-wrapper:1.5.3'
```

## License
Expand Down

0 comments on commit 77ff771

Please sign in to comment.