2016-12-18 19:49:06 +03:00
|
|
|
# Audinaut
|
2017-03-05 03:48:28 +03:00
|
|
|
<img src="/app/src/main/res/drawable/audinaut.png" align="left" width="200" hspace="10" vspace="10">
|
|
|
|
|
2016-12-18 21:12:18 +03:00
|
|
|
A FOSS [Libresonic] client for Android.
|
2016-12-18 20:41:30 +03:00
|
|
|
|
2017-03-05 03:48:28 +03:00
|
|
|
|
|
|
|
<a href="https://f-droid.org/app/net.nullsum.audinaut">
|
|
|
|
<img src="https://f-droid.org/badge/get-it-on.png"
|
|
|
|
alt="Get it on F-Droid" height="80">
|
|
|
|
</a>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2016-12-18 20:41:30 +03:00
|
|
|
## 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>
|
2016-12-18 21:12:18 +03:00
|
|
|
|
|
|
|
[Libresonic]: http://libresonic.org
|