File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Kotlin Spotify Web API
2
2
[ ![ JCenter Download] ( https://api.bintray.com/packages/bintray/jcenter/com.adamratzman%3Aspotify-api-kotlin/images/download.svg ) ] ( https://bintray.com/bintray/jcenter/com.adamratzman%3Aspotify-api-kotlin/_latestVersion )
3
3
[ ![ ] ( https://img.shields.io/badge/Wiki-Docs-red.svg )] ( https://adamint.github.io/spotify-web-api-kotlin/-spotify-kotlin-wrapper/ )
4
- [ ![ CircleCI ] ( https ://circleci.com/gh/adamint/spotify-web-api-kotlin .svg?style=shield )] ( https ://circleci.com/gh/adamint/spotify-web-api-kotlin )
4
+ [ ![ Build status ] ( http ://144.217.240.243:8111/app/rest/builds/aggregated/strob:(buildType:(project:(id:SpotifyWebApiKotlin)))/statusIcon .svg)] ( http ://144.217.240.243:8111/viewType.html?buildTypeId=SpotifyWebApiKotlin )
5
5
![ ] ( https://img.shields.io/badge/License-MIT-blue.svg )
6
6
7
7
This is the [ Kotlin] ( https://kotlinlang.org/ ) implementation of the [ Spotify Web API] ( https://developer.spotify.com/web-api/ )
Original file line number Diff line number Diff line change @@ -6,15 +6,15 @@ plugins {
6
6
signing
7
7
`java- library`
8
8
id(" io.codearte.nexus-staging" ) version " 0.21.1"
9
- kotlin(" multiplatform" ) version " 1.3.50 "
10
- kotlin(" plugin.serialization" ) version " 1.3.50 "
9
+ kotlin(" multiplatform" ) version " 1.3.61 "
10
+ kotlin(" plugin.serialization" ) version " 1.3.61 "
11
11
id(" com.diffplug.gradle.spotless" ) version " 3.26.0"
12
12
id(" com.moowork.node" ) version " 1.3.1"
13
13
id(" org.jetbrains.dokka" ) version " 0.10.0"
14
14
}
15
15
16
16
group = " com.adamratzman"
17
- version = " 3.0.0-rc.2 "
17
+ version = " 3.0.0-rc.3 "
18
18
19
19
java {
20
20
withSourcesJar()
You can’t perform that action at this time.
0 commit comments