aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2014-02-27 16:40:59 +0100
committerDominik Schürmann <dominik@dominikschuermann.de>2014-02-27 16:40:59 +0100
commit5c78c1175654b18b6e8f94021b4dc3f7958e5a14 (patch)
tree1c0fed9af2f65d44dfc160fa5cdc4692c670ebc4 /OpenPGP-Keychain
parent152790a194e630b736c88ba3920190f2b7a2d5b0 (diff)
downloadopen-keychain-5c78c1175654b18b6e8f94021b4dc3f7958e5a14.tar.gz
open-keychain-5c78c1175654b18b6e8f94021b4dc3f7958e5a14.tar.bz2
open-keychain-5c78c1175654b18b6e8f94021b4dc3f7958e5a14.zip
remove dublication of api library, let both proejcts depend on the same
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 1454b80e7..1e48d8bcd 100644
--- a/OpenPGP-Keychain/build.gradle
+++ b/OpenPGP-Keychain/build.gradle
@@ -3,7 +3,7 @@ apply plugin: 'android'
dependencies {
compile 'com.android.support:support-v4:19.0.1'
compile 'com.android.support:appcompat-v7:19.0.1'
- compile project(':libraries:keychain-api-library')
+ compile project(':OpenPGP-Keychain-API:libraries:keychain-api-library')
compile project(':libraries:HtmlTextView')
compile project(':libraries:StickyListHeaders:library')
compile project(':libraries:AndroidBootstrap')