Skip to content

Commit b26cfe6

Browse files
committed
update README
1 parent 45e4003 commit b26cfe6

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repositories {
1414
}
1515
1616
dependencies {
17-
implementation 'com.github.LabyStudio:java-spotify-api:1.0.0:all'
17+
implementation 'com.github.LabyStudio:java-spotify-api:1.0.1:all'
1818
}
1919
```
2020

build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ dependencies {
2020
implementation group: 'net.java.dev.jna', name: 'jna-platform', version: '4.5.0'
2121
}
2222

23+
24+
java {
25+
withSourcesJar()
26+
withJavadocJar()
27+
}
28+
2329
build {
2430
dependsOn shadowJar
2531
}

0 commit comments

Comments
 (0)