Skip to content

Commit ffc1a1e

Browse files
committed
update docs
Signed-off-by: Adam Ratzman <[email protected]>
1 parent faf6104 commit ffc1a1e

File tree

1,063 files changed

+53445
-34652
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,063 files changed

+53445
-34652
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ apply plugin: 'kotlin'
2222
apply plugin: 'org.jetbrains.dokka'
2323

2424
group 'com.adamratzman'
25-
version '2.1.1'
25+
version '2.1.2'
2626

2727
archivesBaseName = 'spotify-api-kotlin'
2828

@@ -56,7 +56,7 @@ dependencies {
5656
}
5757

5858
dokka {
59-
outputFormat = 'html'
59+
outputFormat = 'javadoc'
6060
outputDirectory = 'docs'
6161

6262
jdkVersion = 8

0 commit comments

Comments
 (0)