File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,20 +16,20 @@ If you have a question, you can:
16
16
4 . ** [ Using the Library] ( #using-the-library ) **
17
17
18
18
## Downloading
19
- This library is available via Maven Central.
19
+ This library is available via Maven Central [ here ] ( https://search.maven.org/artifact/com.adamratzman/spotify-api-kotlin ) .
20
20
21
21
### Maven:
22
22
```
23
23
<dependency>
24
24
<groupId>com.adamratzman</groupId>
25
25
<artifactId>spotify-api-kotlin</artifactId>
26
- <version>2.1.1 </version>
26
+ <version>2.1.0 </version>
27
27
</dependency>
28
28
```
29
29
30
30
### Gradle
31
31
```
32
- compile group: 'com.adamratzman', name: 'spotify-api-kotlin', version: '2.1.1 '
32
+ compile group: 'com.adamratzman', name: 'spotify-api-kotlin', version: '2.1.0 '
33
33
```
34
34
35
35
To use the latest snapshot instead, you must add the Jitpack repository
You can’t perform that action at this time.
0 commit comments