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 11# Kotlin Spotify Web API
22[ ![ 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 )
33[ ![ ] ( 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 )
55![ ] ( https://img.shields.io/badge/License-MIT-blue.svg )
66
77This 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 {
66 signing
77 `java- library`
88 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 "
1111 id(" com.diffplug.gradle.spotless" ) version " 3.26.0"
1212 id(" com.moowork.node" ) version " 1.3.1"
1313 id(" org.jetbrains.dokka" ) version " 0.10.0"
1414}
1515
1616group = " com.adamratzman"
17- version = " 3.0.0-rc.2 "
17+ version = " 3.0.0-rc.3 "
1818
1919java {
2020 withSourcesJar()
You can’t perform that action at this time.
0 commit comments