[#444] Zcash SDK 1.5.0-beta01

This commit is contained in:
Carter Jernigan 2022-05-31 14:28:33 -04:00 committed by Carter Jernigan
parent 9267e75cb8
commit 7b6aba5fbb
2 changed files with 4 additions and 1 deletions

View File

@ -111,7 +111,7 @@ PLAY_CORE_KTX_VERSION=1.8.1
ZCASH_ANDROID_WALLET_PLUGINS_VERSION=1.0.0 ZCASH_ANDROID_WALLET_PLUGINS_VERSION=1.0.0
ZCASH_BIP39_VERSION=1.0.2 ZCASH_BIP39_VERSION=1.0.2
# TODO [#279]: Revert to stable SDK before app release # TODO [#279]: Revert to stable SDK before app release
ZCASH_SDK_VERSION=1.4.0-beta01-SNAPSHOT ZCASH_SDK_VERSION=1.5.0-beta01
ZXING_VERSION=3.4.1 ZXING_VERSION=3.4.1

View File

@ -93,6 +93,9 @@ dependencyResolutionManagement {
} }
} }
maven("https://oss.sonatype.org/content/repositories/snapshots") { maven("https://oss.sonatype.org/content/repositories/snapshots") {
mavenContent {
snapshotsOnly()
}
if (isRepoRestrictionEnabled) { if (isRepoRestrictionEnabled) {
content { content {
includeGroup("cash.z.ecc.android") includeGroup("cash.z.ecc.android")