[#981] Adopt Bip-39 v1.0.6

Closes #981
This commit is contained in:
Honza Rychnovský 2023-10-03 14:56:17 +02:00 committed by GitHub
parent 8966a693cb
commit 7d9579feaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -152,7 +152,7 @@ KOVER_VERSION=0.7.3
PLAY_APP_UPDATE_VERSION=2.0.1
PLAY_APP_UPDATE_KTX_VERSION=2.0.1
ZCASH_ANDROID_WALLET_PLUGINS_VERSION=1.0.0
ZCASH_BIP39_VERSION=1.0.5
ZCASH_BIP39_VERSION=1.0.6
ZXING_VERSION=3.5.1
# Ensure a non-snapshot version is used before releasing to production.

View File

@ -70,6 +70,7 @@ pluginManagement {
}
dependencyResolutionManagement {
@Suppress("UnstableApiUsage")
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
@Suppress("UnstableApiUsage")