aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain
diff options
context:
space:
mode:
authorDaniel Haß <daniel.hass@stzedn.de>2014-02-20 22:50:37 +0100
committerDaniel Haß <daniel.hass@stzedn.de>2014-02-20 22:50:37 +0100
commitf41a505f7ee4b3470bd62c27292bab81911dde8f (patch)
tree4b35c05cb617ad04f35569d31425f912140426dc /OpenPGP-Keychain
parentd150e60348fd16c5e297712828c7a5f8d9d7b6d8 (diff)
downloadopen-keychain-f41a505f7ee4b3470bd62c27292bab81911dde8f.tar.gz
open-keychain-f41a505f7ee4b3470bd62c27292bab81911dde8f.tar.bz2
open-keychain-f41a505f7ee4b3470bd62c27292bab81911dde8f.zip
Added AppMsg library
Diffstat (limited to 'OpenPGP-Keychain')
-rw-r--r--OpenPGP-Keychain/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenPGP-Keychain/build.gradle b/OpenPGP-Keychain/build.gradle
index 7382c0f23..1454b80e7 100644
--- a/OpenPGP-Keychain/build.gradle
+++ b/OpenPGP-Keychain/build.gradle
@@ -13,7 +13,7 @@ dependencies {
compile project(':libraries:spongycastle:pg')
compile project(':libraries:spongycastle:pkix')
compile project(':libraries:spongycastle:prov')
- compile 'com.github.johnkil.android-appmsg:appmsg:1.2.0'
+ compile project(':libraries:Android-AppMsg:library')
}
android {