[#1531] Switch to non-snapshot Zcash SDK version

Closes #1531
This commit is contained in:
Honza Rychnovský 2024-07-23 09:33:42 +02:00 committed by GitHub
parent 755624e742
commit 551bd453b5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -21,6 +21,7 @@ flag is used on Android SDK level 33 and higher, masking out the `Toast` text on
- The Restore Success dialog has been reworked into a separate screen, allowing users to opt out of the Keep screen
on while restoring option
- `targetSdk` property value changed from 33 to 34
- The Zcash SDK dependency has been switched from `2.1.2-SNAPSHOT` to `2.1.2`
## Fixed
- Support Screen now shows the Send button above keyboard instead of overlaying it. This was achieved by setting

View File

@ -203,7 +203,7 @@ ZXING_VERSION=3.5.3
ZCASH_BIP39_VERSION=1.0.8
# WARNING: Ensure a non-snapshot version is used before releasing to production
ZCASH_SDK_VERSION=2.1.2-SNAPSHOT
ZCASH_SDK_VERSION=2.1.2
# Toolchain is the Java version used to build the application, which is separate from the
# Java version used to run the application.