[#444] Zcash SDK 1.5.0-beta01
This commit is contained in:
parent
9267e75cb8
commit
7b6aba5fbb
|
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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")
|
||||||
|
|
Loading…
Reference in New Issue