summaryrefslogtreecommitdiff
path: root/tlsexternalcertprovider/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'tlsexternalcertprovider/build.gradle')
-rw-r--r--tlsexternalcertprovider/build.gradle9
1 files changed, 5 insertions, 4 deletions
diff --git a/tlsexternalcertprovider/build.gradle b/tlsexternalcertprovider/build.gradle
index 945bfef5..cbc48ce1 100644
--- a/tlsexternalcertprovider/build.gradle
+++ b/tlsexternalcertprovider/build.gradle
@@ -44,11 +44,12 @@ android {
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation (
- 'org.bouncycastle:bcprov-jdk15on:' + bouncycastleVersion,
- 'org.bouncycastle:bcprov-ext-jdk15on:' + bouncycastleVersion,
- 'org.bouncycastle:bcpkix-jdk15on:' + bouncycastleVersion,
+ //'org.bouncycastle:bcprov-jdk15on:' + bouncycastleVersion,
+ //'org.bouncycastle:bcprov-ext-jdk15on:' + bouncycastleVersion,
+ //'org.bouncycastle:bcpkix-jdk15on:' + bouncycastleVersion,
'org.bouncycastle:bcmail-jdk15on:' + bouncycastleVersion,
- 'org.bouncycastle:bcpg-jdk15on:' + bouncycastleVersion
+ //'org.bouncycastle:bcpg-jdk15on:' + bouncycastleVersion
)
+ testImplementation 'junit:junit:4.12'
}