mirror of
https://github.com/sparrowwallet/drongo.git
synced 2024-11-02 18:26:43 +00:00
upgrade to pgpainless 1.6.7 with basic modules support
This commit is contained in:
parent
3b8435ca37
commit
9872c6b6ec
1 changed files with 1 additions and 13 deletions
14
build.gradle
14
build.gradle
|
@ -31,7 +31,7 @@ dependencies {
|
||||||
exclude group: 'junit', module: 'junit'
|
exclude group: 'junit', module: 'junit'
|
||||||
}
|
}
|
||||||
implementation ('org.bouncycastle:bcprov-jdk18on:1.77')
|
implementation ('org.bouncycastle:bcprov-jdk18on:1.77')
|
||||||
implementation('org.pgpainless:pgpainless-core:1.6.6')
|
implementation('org.pgpainless:pgpainless-core:1.6.7')
|
||||||
implementation ('de.mkammerer:argon2-jvm:2.11') {
|
implementation ('de.mkammerer:argon2-jvm:2.11') {
|
||||||
exclude group: 'net.java.dev.jna', module: 'jna'
|
exclude group: 'net.java.dev.jna', module: 'jna'
|
||||||
}
|
}
|
||||||
|
@ -63,17 +63,5 @@ extraJavaModuleInfo {
|
||||||
exports('org.json.simple.parser')
|
exports('org.json.simple.parser')
|
||||||
}
|
}
|
||||||
module('jnacl-1.0.0.jar', 'eu.neilalexander.jnacl', '1.0.0')
|
module('jnacl-1.0.0.jar', 'eu.neilalexander.jnacl', '1.0.0')
|
||||||
module('pgpainless-core-1.6.6.jar', 'org.pgpainless.core', '1.6.6') {
|
|
||||||
exports('org.pgpainless')
|
|
||||||
exports('org.pgpainless.key')
|
|
||||||
exports('org.pgpainless.key.parsing')
|
|
||||||
exports('org.pgpainless.decryption_verification')
|
|
||||||
exports('org.pgpainless.exception')
|
|
||||||
exports('org.pgpainless.signature')
|
|
||||||
exports('org.pgpainless.util')
|
|
||||||
requires('org.bouncycastle.provider')
|
|
||||||
requires('org.bouncycastle.pg')
|
|
||||||
requires('org.slf4j')
|
|
||||||
}
|
|
||||||
module('jsr305-3.0.2.jar', 'com.google.code.findbugs.jsr305', '3.0.2')
|
module('jsr305-3.0.2.jar', 'com.google.code.findbugs.jsr305', '3.0.2')
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue