aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain/build.gradle
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2014-02-09 19:22:14 +0100
committerDominik Schürmann <dominik@dominikschuermann.de>2014-02-09 19:22:14 +0100
commit754b2a6cb15a6af61150cd4b1ce472bebd4fec22 (patch)
treede280b70b9e5f2d04e1ac568eeadb01d726596e2 /OpenPGP-Keychain/build.gradle
parent35a123f53c87d2ff6130d44c2bed3c421775b9dd (diff)
downloadopen-keychain-754b2a6cb15a6af61150cd4b1ce472bebd4fec22.tar.gz
open-keychain-754b2a6cb15a6af61150cd4b1ce472bebd4fec22.tar.bz2
open-keychain-754b2a6cb15a6af61150cd4b1ce472bebd4fec22.zip
Restructuring for new API 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 44f5ca280..66c6a0e8f 100644
--- a/OpenPGP-Keychain/build.gradle
+++ b/OpenPGP-Keychain/build.gradle
@@ -3,6 +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(':libraries:HtmlTextView')
compile project(':libraries:StickyListHeaders:library')
compile project(':libraries:AndroidBootstrap')