Switch to bouncycastle dependency for Java 1.8 to prevent Java 15 class warnings of multi-jar

This commit is contained in:
Torsten Grote
2021-12-14 15:42:10 -03:00
parent e032e0ccd5
commit d805069dfe
3 changed files with 3 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ apply from: '../dagger.gradle'
dependencies {
implementation project(path: ':bramble-api', configuration: 'default')
implementation 'org.bouncycastle:bcprov-jdk15on:1.69'
implementation 'org.bouncycastle:bcprov-jdk15to18:1.70'
implementation 'com.h2database:h2:1.4.192' // The last version that supports Java 1.6
implementation 'org.bitlet:weupnp:0.1.4'
implementation 'net.i2p.crypto:eddsa:0.2.0'