File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -14,14 +14,14 @@ This library is available via Maven Central.
1414```
1515<dependency>
1616 <groupId>com.adamratzman</groupId>
17- <artifactId>spotify-web- api-kotlin</artifactId>
18- <version>3.1.2 </version>
17+ <artifactId>spotify-api-kotlin</artifactId>
18+ <version>1.0 </version>
1919</dependency>
2020```
2121
2222### Gradle
2323```
24- compile group: 'com.adamratzman', name: 'spotify-web- api-kotlin', version: '3.1.2 '
24+ compile group: 'com.adamratzman', name: 'spotify-api-kotlin', version: '1.0 '
2525```
2626
2727To use the latest snapshot instead, you must add the Jitpack repository
Original file line number Diff line number Diff line change 11group ' com.adamratzman'
2- version ' 3.1.2 '
2+ version ' 1.0 '
33
44buildscript {
55 ext. kotlin_version = ' 1.2.31'
@@ -40,11 +40,11 @@ compileTestKotlin {
4040 kotlinOptions. jvmTarget = " 1.8"
4141}
4242
43- archivesBaseName = ' spotify-web- api-kotlin'
43+ archivesBaseName = ' spotify-api-kotlin'
4444
4545modifyPom {
4646 project {
47- name ' spotify-web- api-kotlin'
47+ name ' spotify-api-kotlin'
4848 description ' A Kotlin wrapper for the Spotify Web API.'
4949 url ' https://github.com/adamint/spotify-web-api-kotlin'
5050 inceptionYear ' 2018'
You can’t perform that action at this time.
0 commit comments