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.
2 parents 2b04a34 + 81fc5fe commit f932717Copy full SHA for f932717
README.md
@@ -23,13 +23,13 @@ This library is available via Maven Central.
23
<dependency>
24
<groupId>com.adamratzman</groupId>
25
<artifactId>spotify-api-kotlin</artifactId>
26
- <version>2.1.0</version>
+ <version>2.1.1</version>
27
</dependency>
28
```
29
30
### Gradle
31
32
-compile group: 'com.adamratzman', name: 'spotify-api-kotlin', version: '2.1.0'
+compile group: 'com.adamratzman', name: 'spotify-api-kotlin', version: '2.1.1'
33
34
35
To use the latest snapshot instead, you must add the Jitpack repository
0 commit comments