From 48a98e3d252863df772275509340f8cdc9163d70 Mon Sep 17 00:00:00 2001 From: Vincent Date: Wed, 10 Feb 2016 18:42:48 +0100 Subject: update readme for fdroid flavor --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index eb5273f2d..d7a07e232 100644 --- a/README.md +++ b/README.md @@ -47,16 +47,16 @@ 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`` +6. Execute ``./gradlew assembleFdroidDebug`` +7. You can install the app with ``adb install -r OpenKeychain/build/outputs/apk/OpenKeychain-fdroid-debug.apk`` ### Run Tests 1. Use OpenJDK instead of Oracle JDK -2. Execute ``./gradlew clean testDebug --continue`` +2. Execute ``./gradlew clean testFdroidDebug --continue`` ### Run Jacoco Test Coverage 1. Use OpenJDK instead of Oracle JDK -2. Execute ``./gradlew clean testDebug jacocoTestReport`` +2. Execute ``./gradlew clean testFdroidDebug jacocoTestReport`` 3. Report is here: OpenKeychain/build/reports/jacoco/jacocoTestReport/html/index.html ### Development with Android Studio -- cgit v1.2.3