We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5137250 commit 5c38d32Copy full SHA for 5c38d32
README.md
@@ -28,13 +28,13 @@ This library is available via Maven Central [here](https://search.maven.org/arti
28
<dependency>
29
<groupId>com.adamratzman</groupId>
30
<artifactId>spotify-api-kotlin</artifactId>
31
- <version>2.1.0</version>
+ <version>2.1.1</version>
32
</dependency>
33
```
34
35
### Gradle
36
37
-compile group: 'com.adamratzman', name: 'spotify-api-kotlin', version: '2.1.0'
+compile group: 'com.adamratzman', name: 'spotify-api-kotlin', version: '2.1.1'
38
39
40
To use the latest snapshot instead, you must add the Jitpack repository
0 commit comments