Audinaut/README.md

20 lines
609 B
Markdown
Raw Normal View History

2016-12-18 11:49:06 -05:00
# Audinaut
2016-12-18 12:41:30 -05:00
<img src="/app/src/main/res/drawable/audinaut.png" width="200" hspace="10" vspace="10"></br>
A FOSS Libresonic client for Android.
## Building
```
git submodule update --init
gradle assemble
```
## SDK Project Dependencies
Under sdk -> extras:</br>
android -> support -> v7 -> appcompat</br>
android -> support -> v7 -> mediarouter</br>
## SDK Library Dependencies
android -> support -> v4 -> android-support-v4.jar</br>
android -> support -> v7 -> appcompat -> libs android-support-v7-appcompat.jar<br>
android -> support -> v7 -> mediarouter -> libs -> android-support-v7-mediarouter.jar</br>