aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2014-12-28 21:48:49 +0100
committerDominik Schürmann <dominik@dominikschuermann.de>2014-12-28 21:48:49 +0100
commit56325851dcba7e6b6bdce78cac04f73e9bd9bd98 (patch)
tree7d1c151e90cf351689c8807dcd99386f1fdf9513 /README.md
parentd8e6e5145281ceb048f02d0b2c0ad69440364757 (diff)
downloadopen-keychain-56325851dcba7e6b6bdce78cac04f73e9bd9bd98.tar.gz
open-keychain-56325851dcba7e6b6bdce78cac04f73e9bd9bd98.tar.bz2
open-keychain-56325851dcba7e6b6bdce78cac04f73e9bd9bd98.zip
Remove necessity to prepare tests via shell script
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/README.md b/README.md
index 7338f1071..10d07747c 100644
--- a/README.md
+++ b/README.md
@@ -33,17 +33,16 @@ Development mailinglist at http://groups.google.com/d/forum/openpgp-keychain-dev
1. Get all external submodules with ``git submodule update --init --recursive``
2. Have Android SDK "tools", "platform-tools", and "build-tools" directories in your PATH (http://developer.android.com/sdk/index.html)
3. Open the Android SDK Manager (shell command: ``android``).
-Expand the Tools directory and select "Android SDK Build-tools (Version 19.1)".
+Expand the Tools directory and select "Android SDK Build-tools (Version 21.1.1)".
Expand the Extras directory and install "Android Support Repository"
-Select everything for the newest SDK Platform (API-Level 19)
+Select everything for the newest SDK Platform (API-Level 21)
4. Export ANDROID_HOME pointing to your Android SDK
5. Execute ``./gradlew build``
6. You can install the app with ``adb install -r OpenKeychain/build/outputs/apk/OpenKeychain-debug-unaligned.apk``
### Run Tests
1. Use OpenJDK instead of Oracle JDK
-2. Execute ``./prepare-tests.sh``
-3. Execute ``./gradlew build``
+3. Execute ``./gradlew test``
### Build API Demo with Gradle