aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorVincent Breitmoser <valodim@mugenguild.com>2016-01-11 17:19:09 +0100
committerVincent Breitmoser <valodim@mugenguild.com>2016-01-11 17:19:09 +0100
commitdfeb1223783b5b47c8c3d8e9b1703df4e5512bb7 (patch)
treee0b23b0d3fc4ae9056832238b62b71c82602e5fc /README.md
parentfb58e0fe74de96568b899ed22a05ed24a6d8eee8 (diff)
downloadopen-keychain-dfeb1223783b5b47c8c3d8e9b1703df4e5512bb7.tar.gz
open-keychain-dfeb1223783b5b47c8c3d8e9b1703df4e5512bb7.tar.bz2
open-keychain-dfeb1223783b5b47c8c3d8e9b1703df4e5512bb7.zip
update build instructions in readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 630cb1d59..d8c02828d 100644
--- a/README.md
+++ b/README.md
@@ -42,10 +42,10 @@ Development mailinglist at https://lists.riseup.net/www/subscribe/openkeychain
1. Clone the project from GitHub
2. Get all external submodules with ``git submodule update --init --recursive``
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 21.1.2)".
-Expand the Extras directory and install "Android Support Repository"
-Select everything for the newest SDK Platform, API 22, and also API 21
+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"
+Select SDK Platform for API levels 21, 22, and 23.
5. Export ANDROID_HOME pointing to your Android SDK
6. Execute ``./gradlew assembleDebug``
7. You can install the app with ``adb install -r OpenKeychain/build/outputs/apk/OpenKeychain-debug-unaligned.apk``