Skip to content

Commit 9a0ccec

Browse files
authored
Merge pull request #227 from Xaseron/patch-1
Use modern syntax for dependency
2 parents 3ea8298 + 6ae9af7 commit 9a0ccec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ repositories {
3939
jcenter()
4040
}
4141
42-
compile group: 'com.adamratzman', name: 'spotify-api-kotlin-core', version: '3.2.15'
42+
implementation("com.adamratzman:spotify-api-kotlin-core:3.2.15")
4343
```
4444

4545
Note that images and profiles are not supported on the Kotlin/JS target.

0 commit comments

Comments
 (0)