From 281ce3105fad5f012471cf3e5062a4032dfbc7a6 Mon Sep 17 00:00:00 2001 From: Sam Whited Date: Wed, 22 Oct 2014 15:44:55 -0400 Subject: Make conversations the root project --- build.gradle | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'build.gradle') diff --git a/build.gradle b/build.gradle index ab032571..2352b116 100644 --- a/build.gradle +++ b/build.gradle @@ -51,7 +51,11 @@ android { } dependencies { - // ToDo: Move libs here if possible (instead of including the jars) - "compile 'com.android.support:support-v13:19.1.0'" + compile project(':minidns') + compile project(':openpgpapilib') + compile project(':memorizingTrustManager') + compile 'com.android.support:support-v13:19.1.0' + // compile files('libs/bcprov-jdk15on-150.jar') + // compile files('libs/otr4j-0.10.jar') compile fileTree(dir: 'libs', include: ['*.jar']) } -- cgit v1.2.3