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 2e0f1da commit 22d3cf4Copy full SHA for 22d3cf4
README.md
@@ -29,7 +29,7 @@ repositories {
29
jcenter()
30
}
31
32
-compile group: 'com.adamratzman', name: 'spotify-api-kotlin', version: '2.3.03'
+compile group: 'com.adamratzman', name: 'spotify-api-kotlin', version: '2.3.04'
33
```
34
35
To use the latest snapshot instead, you must add the Jitpack repository as well
@@ -51,7 +51,7 @@ dependencies {
51
<dependency>
52
<groupId>com.adamratzman</groupId>
53
<artifactId>spotify-api-kotlin</artifactId>
54
- <version>2.3.03</version>
+ <version>2.3.04</version>
55
</dependency>
56
57
<repository>
0 commit comments