aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/build.gradle
diff options
context:
space:
mode:
authorAdithya Abraham Philip <adithyaphilip@gmail.com>2015-06-06 19:13:16 +0530
committerAdithya Abraham Philip <adithyaphilip@gmail.com>2015-07-03 20:46:15 +0530
commit0883784ce1a2f85100ada0a84c1f604ad458dd96 (patch)
tree81b4f79b13d6654a5aea2a4de52b2bf2d008c5d6 /OpenKeychain/build.gradle
parent3034db0f71f9dd8e2f4d8838c1803952702f7520 (diff)
downloadopen-keychain-0883784ce1a2f85100ada0a84c1f604ad458dd96.tar.gz
open-keychain-0883784ce1a2f85100ada0a84c1f604ad458dd96.tar.bz2
open-keychain-0883784ce1a2f85100ada0a84c1f604ad458dd96.zip
added NetCipher as submodule
Diffstat (limited to 'OpenKeychain/build.gradle')
-rw-r--r--OpenKeychain/build.gradle3
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenKeychain/build.gradle b/OpenKeychain/build.gradle
index b7137e566..34d1585a3 100644
--- a/OpenKeychain/build.gradle
+++ b/OpenKeychain/build.gradle
@@ -66,6 +66,9 @@ dependencies {
compile project(':extern:minidns')
compile project(':extern:KeybaseLib:Lib')
compile project(':extern:safeslinger-exchange')
+ compile (project( ':extern:NetCipher:libnetcipher')) {
+ exclude group: 'com.madgag.spongycastle'
+ }
}
// Output of ./gradlew -q calculateChecksums