summaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
authorcyBerta <cyberta@riseup.net>2018-01-10 17:14:45 +0100
committercyBerta <cyberta@riseup.net>2018-01-10 17:14:45 +0100
commitae8341cf1f563fbcf2bdd6a4eff9525f42e9e995 (patch)
tree43f7da97aa2d8dd1313fe90a69df93f7b96749f0 /app/build.gradle
parent0b647ea5e7ff67747080b2ffcebc948da0fbecb5 (diff)
8773 more test cases and clean-up
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 8b956944..b894af38 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -70,9 +70,9 @@ dependencies {
testCompile 'org.powermock:powermock-module-junit4:1.7.3'
testCompile 'org.powermock:powermock-core:1.7.3'
testCompile 'org.powermock:powermock-module-junit4-rule:1.7.3'
- testCompile 'com.madgag.spongycastle:bctls-jdk15on:1.58.0.0'
- testCompile 'com.madgag.spongycastle:bcpkix-jdk15on:1.58.0.0'
- testCompile 'com.madgag.spongycastle:bcpg-jdk15on:1.58.0.0'
+ //testCompile 'com.madgag.spongycastle:bctls-jdk15on:1.58.0.0'
+ //testCompile 'com.madgag.spongycastle:bcpkix-jdk15on:1.58.0.0'
+ //testCompile 'com.madgag.spongycastle:bcpg-jdk15on:1.58.0.0'
androidTestCompile 'com.jayway.android.robotium:robotium-solo:5.6.3'
testCompile 'junit:junit:4.12'