An open API service indexing awesome lists of open source software.

https://github.com/tsirysndr/songbird-android

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

android api audio graphql grpc music rust tokio-rs

Last synced: about 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          

# Songbird Android (Library)

[![](https://jitpack.io/v/tsirysndr/songbird-android.svg)](https://jitpack.io/#tsirysndr/songbird-android)

This is the Android library for the Songbird project.
See [Songbird](https://github.com/tsirysndr/music-player) for more information.

## Installation

Add the JitPack repository to your build file

```groovy
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
```

Add the dependency

```groovy
dependencies {
implementation 'com.github.tsirysndr:songbird-android:1.6'
}
```

## Contributing

See [CONTRIBUTING.md](CONTRIBUTING.md) for details.

## License

This project is licensed under the terms of the MIT license. See the [LICENSE](LICENSE) file.