From 3238bf4ab9f9b8435f563087f06d613549833f51 Mon Sep 17 00:00:00 2001 From: Janne Koschinski <janne@kuschku.de> Date: Fri, 5 Feb 2016 00:09:51 +0100 Subject: [PATCH] Update README.md --- README.md | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 6592d0b3b..907cc8ec0 100644 --- a/README.md +++ b/README.md @@ -14,21 +14,16 @@ to your Quassel core using your Android ™ phone. ##Build Requirements QuasselDroid requires you to have the latest version of gradle installed, and -a recent version of the Android SDK installed (and configures via sdk.dir in -local.properties) - -Additionally, it requires you to build (in the same way) first the following -libraries: - -* https://github.com/justjanne/AndroidSlidingUpPanel (for `library-release.aar`) -* https://github.com/justjanne/aspm (for `annotations.jar` and - `compiler-all.jar`) - -The libraries of each have to be placed in `app/libs/` for gradle to find them. +a recent version of the Android SDK installed (and configured via the +environment variable ANDROID_HOME) QuasselDroid uses the following libraries (although these are automatically downloaded from maven central): +* [**ASPM**](https://github.com/justjanne/aspm) + MPL 2.0 +* [**AndroidSlidingUpPanel**](https://github.com/justjanne/AndroidSlidingUpPanel) + Apache 2.0 * [**libquassel-java**](https://github.com/justjanne/libquassel-java) LGPL 3.0 * [**Guava**](https://github.com/google/guava) -- GitLab