Skip to content

Commit 900d198

Browse files
authored
Update README.md
1 parent 3a7dd89 commit 900d198

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.01'
20+
compile group: 'com.adamratzman', name: 'spotify-api-kotlin', version: '3.2.02'
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.01'
43+
compile group: 'com.adamratzman', name: 'spotify-api-kotlin-android', version: '3.2.02'
4444
```
4545

4646
To successfully build, you might need to exclude kotlin_modules from the packaging. To do this, inside the android/buildTypes/release closure, you would put:
@@ -56,7 +56,7 @@ repositories {
5656
jcenter()
5757
}
5858
59-
compile group: 'com.adamratzman', name: 'spotify-api-kotlin-js', version: '3.2.01'
59+
compile group: 'com.adamratzman', name: 'spotify-api-kotlin-js', version: '3.2.02'
6060
```
6161

6262
## Documentation

0 commit comments

Comments
 (0)