aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain/build.gradle
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2014-02-20 23:17:57 +0100
committerDominik Schürmann <dominik@dominikschuermann.de>2014-02-20 23:17:57 +0100
commita02d07b57cd99e6ac4edc427ceb83a5fad59fcf3 (patch)
treed2fe6ee38e08255b8e0f21fb8459191cdfa41623 /OpenPGP-Keychain/build.gradle
parentaba0a3d0b1041bba012118852733da22c5924082 (diff)
parent15757a2a326f6af73361e193d80a4c4a91e64702 (diff)
downloadopen-keychain-a02d07b57cd99e6ac4edc427ceb83a5fad59fcf3.tar.gz
open-keychain-a02d07b57cd99e6ac4edc427ceb83a5fad59fcf3.tar.bz2
open-keychain-a02d07b57cd99e6ac4edc427ceb83a5fad59fcf3.zip
Merge pull request #282 from danielhass/master
Replaced Toasts with AppMsg library
Diffstat (limited to 'OpenPGP-Keychain/build.gradle')
-rw-r--r--OpenPGP-Keychain/build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenPGP-Keychain/build.gradle b/OpenPGP-Keychain/build.gradle
index 28e8c37b1..1454b80e7 100644
--- a/OpenPGP-Keychain/build.gradle
+++ b/OpenPGP-Keychain/build.gradle
@@ -13,6 +13,7 @@ dependencies {
compile project(':libraries:spongycastle:pg')
compile project(':libraries:spongycastle:pkix')
compile project(':libraries:spongycastle:prov')
+ compile project(':libraries:Android-AppMsg:library')
}
android {