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:
1616 4 . ** [ Using the Library] ( #using-the-library ) **
1717
1818## 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 ) .
2020
2121### Maven:
2222```
2323<dependency>
2424 <groupId>com.adamratzman</groupId>
2525 <artifactId>spotify-api-kotlin</artifactId>
26- <version>2.1.1 </version>
26+ <version>2.1.0 </version>
2727</dependency>
2828```
2929
3030### Gradle
3131```
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 '
3333```
3434
3535To use the latest snapshot instead, you must add the Jitpack repository
You can’t perform that action at this time.
0 commit comments