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 339aeb0 commit b460c62Copy full SHA for b460c62
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>1.0.2</version>
+ <version>1.0.3</version>
19
</dependency>
20
```
21
22
### Gradle
23
24
-compile group: 'com.adamratzman', name: 'spotify-api-kotlin', version: '1.0.1'
+compile group: 'com.adamratzman', name: 'spotify-api-kotlin', version: '1.0.3'
25
26
27
To use the latest snapshot instead, you must add the Jitpack repository
0 commit comments