aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/build.gradle
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2014-04-16 21:49:29 +0200
committerDominik Schürmann <dominik@dominikschuermann.de>2014-04-16 21:49:29 +0200
commitf7c243564f87d60df322ea9f62c1591920f8d32b (patch)
tree39d8554ccb83722843ced80297ec3e09aece00dd /OpenKeychain/build.gradle
parentb0c65729a98dfbd61063491a5facff2f782f56af (diff)
downloadopen-keychain-f7c243564f87d60df322ea9f62c1591920f8d32b.tar.gz
open-keychain-f7c243564f87d60df322ea9f62c1591920f8d32b.tar.bz2
open-keychain-f7c243564f87d60df322ea9f62c1591920f8d32b.zip
Use git submodules for libs, fix compilation, remove library sourcecode
Diffstat (limited to 'OpenKeychain/build.gradle')
-rw-r--r--OpenKeychain/build.gradle40
1 files changed, 20 insertions, 20 deletions
diff --git a/OpenKeychain/build.gradle b/OpenKeychain/build.gradle
index aee9b2311..306cb8195 100644
--- a/OpenKeychain/build.gradle
+++ b/OpenKeychain/build.gradle
@@ -12,16 +12,16 @@ dependencies {
compile 'com.android.support:appcompat-v7:19.0.1'
compile project(':OpenKeychain-API:libraries:openpgp-api-library')
compile project(':OpenKeychain-API:libraries:openkeychain-api-library')
- compile project(':libraries:HtmlTextView')
- compile project(':libraries:StickyListHeaders:library')
- compile project(':libraries:AndroidBootstrap')
- compile project(':libraries:zxing')
- compile project(':libraries:zxing-android-integration')
- compile project(':libraries:spongycastle:core')
- compile project(':libraries:spongycastle:pg')
- compile project(':libraries:spongycastle:pkix')
- compile project(':libraries:spongycastle:prov')
- compile project(':libraries:Android-AppMsg:library')
+ compile project(':extern:html-textview')
+ compile project(':extern:StickyListHeaders:library')
+ compile project(':extern:AndroidBootstrap:AndroidBootstrap')
+ compile project(':extern:zxing-qr-code')
+ compile project(':extern:zxing-android-integration')
+ compile project(':extern:spongycastle:core')
+ compile project(':extern:spongycastle:pg')
+ compile project(':extern:spongycastle:pkix')
+ compile project(':extern:spongycastle:prov')
+ compile project(':extern:AppMsg:library')
// Dependencies for the `testLocal` task, make sure to list all your global dependencies here as well
testLocalCompile 'junit:junit:4.11'
@@ -31,16 +31,16 @@ dependencies {
testLocalCompile 'com.android.support:appcompat-v7:19.0.1'
testLocalCompile project(':OpenKeychain-API:libraries:openpgp-api-library')
testLocalCompile project(':OpenKeychain-API:libraries:openkeychain-api-library')
- testLocalCompile project(':libraries:HtmlTextView')
- testLocalCompile project(':libraries:StickyListHeaders:library')
- testLocalCompile project(':libraries:AndroidBootstrap')
- testLocalCompile project(':libraries:zxing')
- testLocalCompile project(':libraries:zxing-android-integration')
- testLocalCompile project(':libraries:spongycastle:core')
- testLocalCompile project(':libraries:spongycastle:pg')
- testLocalCompile project(':libraries:spongycastle:pkix')
- testLocalCompile project(':libraries:spongycastle:prov')
- testLocalCompile project(':libraries:Android-AppMsg:library')
+ testLocalCompile project(':extern:html-textview')
+ testLocalCompile project(':extern:StickyListHeaders:library')
+ testLocalCompile project(':extern:AndroidBootstrap:AndroidBootstrap')
+ testLocalCompile project(':extern:zxing-qr-code')
+ testLocalCompile project(':extern:zxing-android-integration')
+ testLocalCompile project(':extern:spongycastle:core')
+ testLocalCompile project(':extern:spongycastle:pg')
+ testLocalCompile project(':extern:spongycastle:pkix')
+ testLocalCompile project(':extern:spongycastle:prov')
+ testLocalCompile project(':extern:AppMsg:library')
}
android {