From ab1b2df2d69f26d5976e9b0b2a3380952417a0ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Wed, 7 May 2014 16:51:06 +0200 Subject: Move API libs and API example into their own git repos --- OpenKeychain/build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'OpenKeychain') diff --git a/OpenKeychain/build.gradle b/OpenKeychain/build.gradle index 393a18d08..090a7a2bf 100644 --- a/OpenKeychain/build.gradle +++ b/OpenKeychain/build.gradle @@ -10,8 +10,8 @@ sourceSets { dependencies { compile 'com.android.support:support-v4:19.1.0' compile 'com.android.support:appcompat-v7:19.1.0' - compile project(':OpenKeychain-API:libraries:openpgp-api-library') - compile project(':OpenKeychain-API:libraries:openkeychain-api-library') + compile project(':extern:openpgp-api-lib') + compile project(':extern:openkeychain-api-lib') compile project(':extern:html-textview') compile project(':extern:StickyListHeaders:library') compile project(':extern:AndroidBootstrap:AndroidBootstrap') @@ -29,8 +29,8 @@ dependencies { testLocalCompile 'com.google.android:android:4.1.1.4' testLocalCompile 'com.android.support:support-v4:19.1.0' testLocalCompile 'com.android.support:appcompat-v7:19.1.0' - testLocalCompile project(':OpenKeychain-API:libraries:openpgp-api-library') - testLocalCompile project(':OpenKeychain-API:libraries:openkeychain-api-library') + testLocalCompile project(':extern:openpgp-api-lib') + testLocalCompile project(':extern:openkeychain-api-lib') testLocalCompile project(':extern:html-textview') testLocalCompile project(':extern:StickyListHeaders:library') testLocalCompile project(':extern:AndroidBootstrap:AndroidBootstrap') -- cgit v1.2.3