Moved Keybase stuff into KeybaseLib submodule

This commit is contained in:
Tim Bray
2014-06-20 09:26:04 -07:00
parent 6b7aa2767a
commit 17f43ad21b
8 changed files with 37 additions and 224 deletions

View File

@@ -38,7 +38,7 @@ Expand the Extras directory and install "Android Support Repository"
Select everything for the newest SDK Platform (API-Level 19)
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/apk/OpenKeychain-debug-unaligned.apk``
6. You can install the app with ``adb install -r OpenKeychain/build/outputs/apk/OpenKeychain-debug-unaligned.apk``
### Build API Demo with Gradle