tsirysndr / songbird-android

This is the Android Library version of https://github.com/tsirysndr/music-player

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

This is the Android Library version of https://github.com/tsirysndr/music-player

License:MIT License


Languages

Language:Rust 90.1%Language:Kotlin 9.9%