librespot-java
librespot-java copied to clipboard
how do i import this into spotify itself (android)
im very new to this so any help would be appreciated
also can i import it into the apk, on android
Add the depencency to your build.gradle like so:
implementation('xyz.gianlu.librespot:librespot-player:1.6.5:thin') {
exclude group: 'xyz.gianlu.librespot', module: 'librespot-sink'
exclude group: 'com.lmax', module: 'disruptor'
exclude group: 'org.apache.logging.log4j'
}
Reference: https://github.com/devgianlu/librespot-android/blob/78602aeb2ea174b1e074e5ea3c378143144d51da/app/build.gradle#L48