Skip to content

Commit 6a35b41

Browse files
committed
update version and switch maven central badge to jcenter
1 parent f3792b7 commit 6a35b41

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Kotlin Spotify Web API
2-
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.adamratzman/spotify-api-kotlin/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.adamratzman/spotify-api-kotlin)
2+
[![Download](https://api.bintray.com/packages/bintray/jcenter/com.adamratzman%3Aspotify-api-kotlin/images/download.svg?version=3.0.0-rc.1) ](https://bintray.com/bintray/jcenter/com.adamratzman%3Aspotify-api-kotlin/3.0.0-rc.1/link)
33
[![](https://img.shields.io/badge/Wiki-Docs-red.svg)](https://adamint.github.io/spotify-web-api-kotlin/-spotify-kotlin-wrapper/)
44
[![CircleCI](https://circleci.com/gh/adamint/spotify-web-api-kotlin.svg?style=shield)](https://circleci.com/gh/adamint/spotify-web-api-kotlin)
55
![](https://img.shields.io/badge/License-MIT-blue.svg)
@@ -29,7 +29,7 @@ repositories {
2929
jcenter()
3030
}
3131
32-
compile group: 'com.adamratzman', name: 'spotify-api-kotlin', version: '3.0.0'
32+
compile group: 'com.adamratzman', name: 'spotify-api-kotlin', version: 'SPOTIFY_API_VERSION'
3333
```
3434

3535
To use the latest snapshot instead, you must add the Jitpack repository as well
@@ -51,9 +51,11 @@ dependencies {
5151
<dependency>
5252
<groupId>com.adamratzman</groupId>
5353
<artifactId>spotify-api-kotlin</artifactId>
54-
<version>3.0.0-rc.2</version>
54+
<version>SPOTIFY_API_VERSION</version>
5555
</dependency>
56-
56+
```
57+
JCenter Maven Repository:
58+
```
5759
<repository>
5860
<id>jcenter</id>
5961
<name>jcenter-bintray</name>

0 commit comments

Comments
 (0)