From f41a505f7ee4b3470bd62c27292bab81911dde8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ha=C3=9F?= Date: Thu, 20 Feb 2014 22:50:37 +0100 Subject: [PATCH] Added AppMsg library --- OpenPGP-Keychain/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {