@n1ru4l/spotify-player-android-sdk
v24.0.0
Published
## What?
Downloads
4
Readme
spotify-player-android-sdk
What?
Provides spotify-android-sdk in a maven repository via npm.
Why?
There is currently no official spotify-android-sdk distribution avaiable via maven.
How to use with my app
- add
@n1ru4l/spotify-player-android-sdk
to thedependencies
of your project
e.g. yarn add -D -E @n1ru4l/spotify-player-android-sdk
- Modify your
build.gradle
file to add a new local maven repository
e.g.
allprojects {
repositories {
mavenLocal()
+ maven {
+ // Local Maven repo containing AARs with JSC library built for Android
+ url "$rootDir/../node_modules/@n1ru4l/spotify-player-android-sdk/dist"
+ }
}
}
- Add library to your dependencies section in your
build.gradle
dependencies {
+ compile 'com.thirdparty.spotify-player:'
}
Additional
The dirstributed binary and all rights associated with it belong to spotify.