aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/build.gradle
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2014-06-21 21:31:25 +0200
committerDominik Schürmann <dominik@dominikschuermann.de>2014-06-21 21:31:25 +0200
commit4cc127e4604c664ee6a8607fc2404256f8949609 (patch)
tree71108127d7fc65d86c641ce94f713786f9fb4a78 /OpenKeychain/build.gradle
parent0c3a478a431e37566dad6dfe3e396ff6c2034765 (diff)
parent0af2b27cb3d286f3f4e2f830c78b307ca222ff31 (diff)
downloadopen-keychain-4cc127e4604c664ee6a8607fc2404256f8949609.tar.gz
open-keychain-4cc127e4604c664ee6a8607fc2404256f8949609.tar.bz2
open-keychain-4cc127e4604c664ee6a8607fc2404256f8949609.zip
Merge pull request #672 from artbristol/functional-testing
VERY basic test for save keyring
Diffstat (limited to 'OpenKeychain/build.gradle')
-rw-r--r--OpenKeychain/build.gradle16
1 files changed, 1 insertions, 15 deletions
diff --git a/OpenKeychain/build.gradle b/OpenKeychain/build.gradle
index fb79d2163..ff6f603f4 100644
--- a/OpenKeychain/build.gradle
+++ b/OpenKeychain/build.gradle
@@ -28,21 +28,7 @@ dependencies {
testCompile 'org.robolectric:robolectric:2.3'
testCompile 'com.squareup:fest-android:1.0.8'
testCompile 'com.google.android:android:4.1.1.4'
- testCompile 'com.android.support:support-v4:19.1.0'
- testCompile 'com.android.support:appcompat-v7:19.1.0'
- testCompile project(':extern:openpgp-api-lib')
- testCompile project(':extern:openkeychain-api-lib')
- testCompile project(':extern:html-textview')
- testCompile project(':extern:StickyListHeaders:library')
- testCompile project(':extern:AndroidBootstrap:AndroidBootstrap')
- testCompile project(':extern:zxing-qr-code')
- testCompile project(':extern:zxing-android-integration')
- testCompile project(':extern:spongycastle:core')
- testCompile project(':extern:spongycastle:pg')
- testCompile project(':extern:spongycastle:pkix')
- testCompile project(':extern:spongycastle:prov')
- testCompile project(':extern:AppMsg:library')
- testCompile project(':extern:SuperToasts:supertoasts')
+ // compile dependencies are automatically also included in testCompile
}