File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
# 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 )
3
3
[ ![ ] ( https://img.shields.io/badge/Wiki-Docs-red.svg )] ( https://adamint.github.io/spotify-web-api-kotlin/-spotify-kotlin-wrapper/ )
4
4
[ ![ CircleCI] ( https://circleci.com/gh/adamint/spotify-web-api-kotlin.svg?style=shield )] ( https://circleci.com/gh/adamint/spotify-web-api-kotlin )
5
5
![ ] ( https://img.shields.io/badge/License-MIT-blue.svg )
@@ -29,7 +29,7 @@ repositories {
29
29
jcenter()
30
30
}
31
31
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 '
33
33
```
34
34
35
35
To use the latest snapshot instead, you must add the Jitpack repository as well
@@ -51,9 +51,11 @@ dependencies {
51
51
<dependency>
52
52
<groupId>com.adamratzman</groupId>
53
53
<artifactId>spotify-api-kotlin</artifactId>
54
- <version>3.0.0-rc.2 </version>
54
+ <version>SPOTIFY_API_VERSION </version>
55
55
</dependency>
56
-
56
+ ```
57
+ JCenter Maven Repository:
58
+ ```
57
59
<repository>
58
60
<id>jcenter</id>
59
61
<name>jcenter-bintray</name>
You can’t perform that action at this time.
0 commit comments