Update README.md

This commit is contained in:
casey langen 2019-01-31 20:54:07 -08:00 committed by GitHub
parent 6b06814117
commit 4d48d6c7a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
# musikdroid # musikdroid
`musikdroid` is an android app that is used to stream music from, or remote control, existing `musikbox` installations (windows, macos, or linux clients). it is written in `kotlin`. `musikdroid` is an android app that is used to stream music from, or remote control, existing `musikcube` installations (windows, macos, or linux clients). it is written in `kotlin`.
# building # building
@ -9,9 +9,9 @@ because `musikdroid` is not available in the Google Play store, it uses [fabric.
1. remove `Fabric.with(this, Crashlytics())` from `Application.kt` 1. remove `Fabric.with(this, Crashlytics())` from `Application.kt`
2. remove `apply plugin: 'io.fabric'` from `app/build.gradle` 2. remove `apply plugin: 'io.fabric'` from `app/build.gradle`
this should allow you to build and test locally without special keys. TODO: simplify this should allow you to build and test locally without special keys.
the project is currently built using `Android Studio 3.0.1` the project is currently built using `Android Studio 3`
# attribution # attribution