parent
755624e742
commit
551bd453b5
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue