Migrate from SpongyCastle back to BouncyCastle.

Google moved their broken BouncyCastle out of the way with Android 3.0
(see 0ac85ead96%5E%21/).
This commit is contained in:
Andreas Schildbach
2017-08-22 16:35:50 +02:00
parent 5c768c6ae5
commit ad262de961
46 changed files with 79 additions and 79 deletions

View File

@@ -6,7 +6,7 @@ version = '0.15-SNAPSHOT'
archivesBaseName = 'bitcoinj-core'
dependencies {
compile 'com.madgag.spongycastle:core:1.58.0.0'
compile 'org.bouncycastle:bcprov-jdk15on:1.58'
implementation 'com.lambdaworks:scrypt:1.4.0'
implementation 'com.google.guava:guava:24.0-android'
compile 'com.google.protobuf:protobuf-java:3.5.1'