aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/build.gradle
diff options
context:
space:
mode:
authorArt O Cathain <art.home@gmail.com>2014-06-21 10:47:07 +0100
committerArt O Cathain <art.home@gmail.com>2014-06-21 17:44:04 +0100
commit0af2b27cb3d286f3f4e2f830c78b307ca222ff31 (patch)
tree8b2d2db6cf2cfd900833b9a8db2c2a42aee0a1a0 /OpenKeychain/build.gradle
parenta1525bffe23fd0f86e77250f894eacbc481aed77 (diff)
downloadopen-keychain-0af2b27cb3d286f3f4e2f830c78b307ca222ff31.tar.gz
open-keychain-0af2b27cb3d286f3f4e2f830c78b307ca222ff31.tar.bz2
open-keychain-0af2b27cb3d286f3f4e2f830c78b307ca222ff31.zip
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 f8bf79d59..70304ef25 100644
--- a/OpenKeychain/build.gradle
+++ b/OpenKeychain/build.gradle
@@ -27,21 +27,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
}