mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-03-13 11:36:15 +01:00
Use Bouncy Castle bcprov-jdk18on from secp-bouncy
This commit is contained in:
parent
e0a5dbb323
commit
5c17cf4c08
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ version = '0.18-SNAPSHOT'
|
|||
|
||||
dependencies {
|
||||
api project(':bitcoinj-base')
|
||||
api 'org.bouncycastle:bcprov-jdk15to18:1.80'
|
||||
//api 'org.bouncycastle:bcprov-jdk15to18:1.80'
|
||||
api 'com.google.guava:guava:33.4.0-android'
|
||||
api 'com.google.protobuf:protobuf-javalite:4.29.3'
|
||||
api 'org.bitcoinj.secp:secp-api:0.1'
|
||||
|
|
|
@ -36,7 +36,7 @@ application {
|
|||
}
|
||||
|
||||
jlink {
|
||||
options = ['--add-modules', 'org.slf4j.jul']
|
||||
options = ['--add-modules', 'org.slf4j.jul', '--ignore-signing-information']
|
||||
}
|
||||
|
||||
test {
|
||||
|
|
Loading…
Add table
Reference in a new issue