Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/quite/humla.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Lublin <daniel@lublin.se>2020-04-07 21:34:19 +0300
committerDaniel Lublin <daniel@lublin.se>2020-04-07 21:34:19 +0300
commit8c88da065307fd70a90598e0de23a97337b433d2 (patch)
treefc20af6a3512362afcda7e50fc765d17654a2082
parent06fae913655df78051740db41eb85fafadcbb0da (diff)
Build with the custom spongycastle
-rw-r--r--build.gradle3
1 files changed, 2 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 75da503..66b23d5 100644
--- a/build.gradle
+++ b/build.gradle
@@ -37,7 +37,8 @@ dependencies {
// Custom PKCS12 keybag parse modifications to support Mumble unencrypted certificates
// Source: https://github.com/Morlunk/spongycastle/tree/pkcs12-keybag-fixes
- api files('libs/sc-morlunk-prov-1.51.0.0.jar', 'libs/sc-morlunk-pkix-1.51.0.0.jar')
+ api files('libs/humla-spongycastle/prov/build/libs/prov-1.51.0.0.jar',
+ 'libs/humla-spongycastle/pkix/build/libs/pkix-1.51.0.0.jar')
implementation 'com.googlecode.javacpp:javacpp:0.7'
implementation 'org.jetbrains:annotations:18.0.0'