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 0e377be commit 7326c4bCopy full SHA for 7326c4b
README.md
@@ -29,7 +29,7 @@ repositories {
29
jcenter()
30
}
31
32
-compile group: 'com.adamratzman', name: 'spotify-api-kotlin', version: '2.2.0'
+compile group: 'com.adamratzman', name: 'spotify-api-kotlin', version: '2.3.0'
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.2.1</version>
+ <version>2.3.0</version>
55
</dependency>
56
57
<repository>
0 commit comments