Skip to content

Commit 23748a3

Browse files
committed
Update readme
1 parent 673ccb2 commit 23748a3

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

2727
To use the latest snapshot instead, you must add the Jitpack repository

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group 'com.adamratzman'
2-
version '3.1.2'
2+
version '1.0'
33

44
buildscript {
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

4545
modifyPom {
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'

0 commit comments

Comments
 (0)