aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/build.gradle
diff options
context:
space:
mode:
authorTim Bray <timbray@gmail.com>2014-06-20 09:26:04 -0700
committerTim Bray <timbray@gmail.com>2014-06-20 09:31:34 -0700
commit17f43ad21bde79caf1b815c89fd5a95f1f959ca5 (patch)
tree8a39e38b6c109f19bf2df8ca4824139a82961d17 /OpenKeychain/build.gradle
parent6b7aa2767a07fae02538b5b02bee9698fa1d3b15 (diff)
downloadopen-keychain-17f43ad21bde79caf1b815c89fd5a95f1f959ca5.tar.gz
open-keychain-17f43ad21bde79caf1b815c89fd5a95f1f959ca5.tar.bz2
open-keychain-17f43ad21bde79caf1b815c89fd5a95f1f959ca5.zip
Moved Keybase stuff into KeybaseLib submodule
Diffstat (limited to 'OpenKeychain/build.gradle')
-rw-r--r--OpenKeychain/build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenKeychain/build.gradle b/OpenKeychain/build.gradle
index f8bf79d59..fb79d2163 100644
--- a/OpenKeychain/build.gradle
+++ b/OpenKeychain/build.gradle
@@ -20,6 +20,7 @@ dependencies {
compile project(':extern:AppMsg:library')
compile project(':extern:SuperToasts:supertoasts')
compile project(':extern:dnsjava')
+ compile project(':extern:KeybaseLib:Lib')
// Unit tests are run with Robolectric