From 6ae99cc6cbdf41c0e500f611d4133e16bd7a2113 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Mon, 27 Jan 2014 14:01:37 +0100 Subject: New build files for spongy castle --- OpenPGP-Keychain/build.gradle | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'OpenPGP-Keychain') 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 { -- cgit v1.2.3