From 91719cf885c80bf3c1ee8cfd87f529989b548527 Mon Sep 17 00:00:00 2001 From: Felix Ableitner Date: Sun, 27 Apr 2014 15:17:15 +0200 Subject: [PATCH] Updated build instructions. --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 99f3f9d..c26fcf8 100644 --- a/README.md +++ b/README.md @@ -14,11 +14,7 @@ Note about permissions: All permissions are required for UPNP (for the necessary ## Building -Android Support Library and [Cling](http://4thline.org/projects/cling/) are required for building. - -Binaries for Cling are included in the libs folder. - -Alternatively, Cling can be built from source with instructions on [Github](https://github.com/4thline/cling). +To build, install Gradle (make sure it has support for Android builds), and then simply run `gradle assembleDebug` or `gradle assembleRelease` The apk will be placed in `build/apk`. ## Icons