Skip to content

Commit 414c688

Browse files
author
Adam Ratzman
committed
update readme
1 parent 4eb7ef7 commit 414c688

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 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.03'
20+
compile group: 'com.adamratzman', name: 'spotify-api-kotlin', version: '3.2.04'
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.03'
43+
compile group: 'com.adamratzman', name: 'spotify-api-kotlin-android', version: '3.2.04'
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:**
@@ -61,7 +61,7 @@ android {
6161
```
6262

6363

64-
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:
64+
To successfully build, you might need to exclude kotlin_module files from the packaging. To do this, inside the android/buildTypes/release closure, you would put:
6565
```
6666
packagingOptions {
6767
exclude 'META-INF/*.kotlin_module'
@@ -74,7 +74,7 @@ repositories {
7474
jcenter()
7575
}
7676
77-
compile group: 'com.adamratzman', name: 'spotify-api-kotlin-js', version: '3.2.03'
77+
compile group: 'com.adamratzman', name: 'spotify-api-kotlin-js', version: '3.2.04'
7878
```
7979

8080
## Documentation

0 commit comments

Comments
 (0)