Browse Source

Add dependency for spotify api

main
Stephanie Gredell 2 years ago
parent
commit
6f0df3024a
  1. 1
      app/build.gradle

1
app/build.gradle

@ -24,6 +24,7 @@ dependencies {
// This dependency is used by the application. // This dependency is used by the application.
implementation("net.dv8tion:JDA:5.0.0-alpha.19") implementation("net.dv8tion:JDA:5.0.0-alpha.19")
implementation 'se.michaelthelin.spotify:spotify-web-api-java:8.3.4'
} }
task fatJar(type: Jar) { task fatJar(type: Jar) {

Loading…
Cancel
Save