aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2014-01-27 14:01:37 +0100
committerDominik Schürmann <dominik@dominikschuermann.de>2014-01-27 14:01:37 +0100
commit6ae99cc6cbdf41c0e500f611d4133e16bd7a2113 (patch)
tree5289f20d87bb030029d806ebb607c10f28f5179c /OpenPGP-Keychain
parent5aec25ac0501352e4cb6645c86869dde6e91f0d0 (diff)
downloadopen-keychain-6ae99cc6cbdf41c0e500f611d4133e16bd7a2113.tar.gz
open-keychain-6ae99cc6cbdf41c0e500f611d4133e16bd7a2113.tar.bz2
open-keychain-6ae99cc6cbdf41c0e500f611d4133e16bd7a2113.zip
New build files for spongy castle
Diffstat (limited to 'OpenPGP-Keychain')
-rw-r--r--OpenPGP-Keychain/build.gradle4
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenPGP-Keychain/build.gradle b/OpenPGP-Keychain/build.gradle
index 852bfef38..b24d7a68c 100644
--- a/OpenPGP-Keychain/build.gradle
+++ b/OpenPGP-Keychain/build.gradle
@@ -23,6 +23,10 @@ dependencies {
compile project(':libraries:AndroidBootstrap')
compile project(':libraries:zxing')
compile project(':libraries:zxing-android-integration')
+ compile project(':libraries:spongycastle:core')
+ compile project(':libraries:spongycastle:pg')
+ compile project(':libraries:spongycastle:pkix')
+ compile project(':libraries:spongycastle:prov')
}
android {