File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ repositories {
29
29
jcenter()
30
30
}
31
31
32
- compile group: 'com.adamratzman', name: 'spotify-api-kotlin', version: '2.3.08 '
32
+ compile group: 'com.adamratzman', name: 'spotify-api-kotlin', version: '3.0.0 '
33
33
```
34
34
35
35
To use the latest snapshot instead, you must add the Jitpack repository as well
@@ -51,7 +51,7 @@ dependencies {
51
51
<dependency>
52
52
<groupId>com.adamratzman</groupId>
53
53
<artifactId>spotify-api-kotlin</artifactId>
54
- <version>2.3.08 </version>
54
+ <version>3.0.0 </version>
55
55
</dependency>
56
56
57
57
<repository>
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ buildscript {
12
12
}
13
13
14
14
plugins {
15
- id " com.diffplug.gradle.spotless" version " 3.24.0 "
15
+ id " com.diffplug.gradle.spotless" version " 3.24.1 "
16
16
id " base"
17
17
id " io.codearte.nexus-staging" version " 0.21.0"
18
18
id " com.bmuschko.nexus" version " 2.3.1"
@@ -22,7 +22,7 @@ apply plugin: 'kotlin'
22
22
apply plugin : ' org.jetbrains.dokka'
23
23
24
24
group ' com.adamratzman'
25
- version ' 2.3.08 '
25
+ version ' 3.0.0 '
26
26
27
27
archivesBaseName = ' spotify-api-kotlin'
28
28
@@ -32,7 +32,7 @@ repositories {
32
32
33
33
dependencies {
34
34
// Actual library dependencies
35
- compile ' com.neovisionaries:nv-i18n:1.25 '
35
+ compile ' com.neovisionaries:nv-i18n:1.26 '
36
36
37
37
compile " com.squareup.moshi:moshi:1.8.0"
38
38
compile " com.squareup.moshi:moshi-kotlin:1.8.0"
You can’t perform that action at this time.
0 commit comments