This is the Android library for the Songbird project. See Songbird for more information.
Add the JitPack repository to your build file
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
Add the dependency
dependencies {
implementation 'com.github.tsirysndr:songbird-android:1.6'
}
See CONTRIBUTING.md for details.
This project is licensed under the terms of the MIT license. See the LICENSE file.