Skip to content

Commit

Permalink
Bump spotify-kt to 0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
0xf4b1 committed Oct 24, 2024
1 parent 34848a2 commit 82cfb07
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 8 deletions.
9 changes: 8 additions & 1 deletion spotify/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ android {

dependencies {
implementation 'com.tiefensuche.soundcrowd:plugin:0.1'
implementation 'io.github.tiefensuche:spotify-kt:0.1'
implementation 'xyz.gianlu.librespot:librespot-lib:1.6.4'
implementation 'com.tiefensuche:spotify-kt:0.1-SNAPSHOT'
}

repositories {
Expand All @@ -46,4 +46,11 @@ repositories {
password = System.getenv("GITHUB_TOKEN")
}
}
maven {
url = uri("https://maven.pkg.github.com/0xf4b1/spotify-kt")
credentials {
username = System.getenv("GITHUB_ACTOR")
password = System.getenv("GITHUB_TOKEN")
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ import android.media.MediaDataSource
import android.support.v4.media.MediaMetadataCompat
import android.support.v4.media.RatingCompat
import com.tiefensuche.soundcrowd.extensions.MediaMetadataCompatExt
import com.tiefensuche.spotify.api.Album
import com.tiefensuche.spotify.api.Category
import com.tiefensuche.spotify.api.Episode
import com.tiefensuche.spotify.api.Playlist
import com.tiefensuche.spotify.api.Show
import com.tiefensuche.spotify.api.SpotifyApi
import com.tiefensuche.spotify.api.Track
import io.github.tiefensuche.spotify.api.Album
import io.github.tiefensuche.spotify.api.Category
import io.github.tiefensuche.spotify.api.Episode
import io.github.tiefensuche.spotify.api.Playlist
import io.github.tiefensuche.spotify.api.Show
import io.github.tiefensuche.spotify.api.SpotifyApi
import io.github.tiefensuche.spotify.api.Track
import xyz.gianlu.librespot.audio.decoders.AudioQuality
import xyz.gianlu.librespot.audio.decoders.VorbisOnlyAudioQuality
import xyz.gianlu.librespot.core.OAuth
Expand Down

0 comments on commit 82cfb07

Please sign in to comment.