[#980] Adopt SDK v2.0.1

* [#980] Adopt SDK v2.0.1

Closes #980

* Switch to non-snapshot SDK version
This commit is contained in:
Honza Rychnovský 2023-10-04 11:11:38 +02:00 committed by GitHub
parent 7d9579feaa
commit 7527cda6d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ ZCASH_BIP39_VERSION=1.0.6
ZXING_VERSION=3.5.1
# Ensure a non-snapshot version is used before releasing to production.
ZCASH_SDK_VERSION=2.0.0-SNAPSHOT
ZCASH_SDK_VERSION=2.0.1
# Toolchain is the Java version used to build the application, which is separate from the
# Java version used to run the application.