aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorVincent Breitmoser <valodim@mugenguild.com>2016-03-23 17:49:35 +0100
committerVincent Breitmoser <valodim@mugenguild.com>2016-03-23 17:49:35 +0100
commit3d2e1d5d177dd9bf75fc5729ffbe8cd2df4b6895 (patch)
treeee6ed33fdf9b3142d7a7e1560948fc15450f713e /README.md
parentc917262957e3fd182f77fa32b9de5bd24abbd6e1 (diff)
downloadopen-keychain-3d2e1d5d177dd9bf75fc5729ffbe8cd2df4b6895.tar.gz
open-keychain-3d2e1d5d177dd9bf75fc5729ffbe8cd2df4b6895.tar.bz2
open-keychain-3d2e1d5d177dd9bf75fc5729ffbe8cd2df4b6895.zip
fix build instructions in readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index d7a07e232..1c61e3fcf 100644
--- a/README.md
+++ b/README.md
@@ -44,7 +44,7 @@ Development mailinglist at https://lists.riseup.net/www/subscribe/openkeychain
3. Have Android SDK "tools", "platform-tools", and "build-tools" directories in your PATH (http://developer.android.com/sdk/index.html)
4. Open the Android SDK Manager (shell command: ``android``).
Expand the Tools directory and select "Android SDK Build-tools (Version 23.0.1)".
-Expand the Extras directory and install "Android Support Repository"
+Expand the Extras directory and install "Android Support Library", as well as "Local Maven repository for Support Libraries"
Select SDK Platform for API levels 21, 22, and 23.
5. Export ANDROID_HOME pointing to your Android SDK
6. Execute ``./gradlew assembleFdroidDebug``