Skip to content

tsirysndr/songbird-android

Repository files navigation

Songbird Android (Library)

This is the Android library for the Songbird project. See Songbird for more information.

Installation

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'
}

Contributing

See CONTRIBUTING.md for details.

License

This project is licensed under the terms of the MIT license. See the LICENSE file.