This commit is contained in:
Sean Gilligan 2025-03-01 14:01:49 -08:00 committed by GitHub
commit fd1568ad8b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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-jdk18on:1.80'
api 'com.google.guava:guava:33.4.0-android'
api 'com.google.protobuf:protobuf-javalite:4.29.3'
implementation 'org.slf4j:slf4j-api:2.0.16'

View file

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