remove dublication of api library, let both proejcts depend on the same

This commit is contained in:
Dominik Schürmann
2014-02-27 16:40:59 +01:00
parent 152790a194
commit 5c78c11756
22 changed files with 2 additions and 1339 deletions

View File

@@ -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')