aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorVincent <valodim@mugenguild.com>2016-02-10 18:42:48 +0100
committerVincent <valodim@mugenguild.com>2016-02-10 18:42:48 +0100
commit48a98e3d252863df772275509340f8cdc9163d70 (patch)
tree1ef00f8bdf0c92b03866155e4597b2dcb397d256 /README.md
parent2eac4ebb950c9f36fbb8852b4266529065ff6731 (diff)
downloadopen-keychain-48a98e3d252863df772275509340f8cdc9163d70.tar.gz
open-keychain-48a98e3d252863df772275509340f8cdc9163d70.tar.bz2
open-keychain-48a98e3d252863df772275509340f8cdc9163d70.zip
update readme for fdroid flavor
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 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