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 4a9a780 commit 81fc5feCopy full SHA for 81fc5fe
README.md
@@ -15,13 +15,13 @@ This library is available via Maven Central.
15
<dependency>
16
<groupId>com.adamratzman</groupId>
17
<artifactId>spotify-api-kotlin</artifactId>
18
- <version>2.1.0</version>
+ <version>2.1.1</version>
19
</dependency>
20
```
21
22
### Gradle
23
24
-compile group: 'com.adamratzman', name: 'spotify-api-kotlin', version: '2.1.0'
+compile group: 'com.adamratzman', name: 'spotify-api-kotlin', version: '2.1.1'
25
26
27
To use the latest snapshot instead, you must add the Jitpack repository
0 commit comments