Skip to content

Commit cdfba8f

Browse files
committed
update readme
1 parent 38b1e56 commit cdfba8f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repositories {
1717
jcenter()
1818
}
1919
20-
compile group: 'com.adamratzman', name: 'spotify-api-kotlin', version: '3.2.04'
20+
compile group: 'com.adamratzman', name: 'spotify-api-kotlin', version: '3.2.06'
2121
```
2222

2323
To use the latest snapshot instead, you must add the Jitpack repository as well
@@ -40,7 +40,7 @@ repositories {
4040
jcenter()
4141
}
4242
43-
compile group: 'com.adamratzman', name: 'spotify-api-kotlin-android', version: '3.2.04'
43+
compile group: 'com.adamratzman', name: 'spotify-api-kotlin-android', version: '3.2.06'
4444
```
4545

4646
**If you declare any release types not named debug or release, you may see "Could not resolve com.adamratzman:spotify-api-kotlin-android:VERSION". You need to do the following for each release type not named debug or release:**
@@ -74,7 +74,7 @@ repositories {
7474
jcenter()
7575
}
7676
77-
compile group: 'com.adamratzman', name: 'spotify-api-kotlin-js', version: '3.2.04'
77+
compile group: 'com.adamratzman', name: 'spotify-api-kotlin-js', version: '3.2.06'
7878
```
7979

8080
## Documentation

0 commit comments

Comments
 (0)