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