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
- Host: GitHub
- URL: https://github.com/tsirysndr/songbird-android
- Owner: tsirysndr
- License: mit
- Created: 2023-04-06T13:13:38.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-04-18T16:01:18.000Z (about 3 years ago)
- Last Synced: 2025-03-25T18:40:21.212Z (over 1 year ago)
- Topics: android, api, audio, graphql, grpc, music, rust, tokio-rs
- Language: Rust
- Homepage:
- Size: 2.34 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Songbird Android (Library)
[](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.