Use Bouncy Castle bcprov-jdk18on from secp-bouncy

This commit is contained in:
Sean Gilligan 2025-03-05 10:33:45 -08:00
parent e0a5dbb323
commit 5c17cf4c08
2 changed files with 2 additions and 2 deletions

View file

@ -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'

View file

@ -36,7 +36,7 @@ application {
}
jlink {
options = ['--add-modules', 'org.slf4j.jul']
options = ['--add-modules', 'org.slf4j.jul', '--ignore-signing-information']
}
test {