parent
7e9e89725b
commit
fbf4a73208
|
@ -9,6 +9,8 @@ directly impact users rather than highlighting other key architectural updates.*
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [1.1 (655)] - 2024-05-24
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
- Zashi now provides system biometric or device credential (pattern, pin, or password) authentication for these use
|
- Zashi now provides system biometric or device credential (pattern, pin, or password) authentication for these use
|
||||||
cases: Send funds, Recovery Phrase, Export Private Data, and Delete Wallet.
|
cases: Send funds, Recovery Phrase, Export Private Data, and Delete Wallet.
|
||||||
|
|
|
@ -62,7 +62,7 @@ NDK_DEBUG_SYMBOL_LEVEL=symbol_table
|
||||||
# VERSION_CODE is effectively ignored. VERSION_NAME is suffixed with the version code.
|
# VERSION_CODE is effectively ignored. VERSION_NAME is suffixed with the version code.
|
||||||
# If not using automated Google Play deployment, then these serve as the actual version numbers.
|
# If not using automated Google Play deployment, then these serve as the actual version numbers.
|
||||||
ZCASH_VERSION_CODE=1
|
ZCASH_VERSION_CODE=1
|
||||||
ZCASH_VERSION_NAME=1.0
|
ZCASH_VERSION_NAME=1.1
|
||||||
|
|
||||||
# Set these fields, as you need them (e.g. with values "Zcash X" and "co.electriccoin.zcash.x")
|
# Set these fields, as you need them (e.g. with values "Zcash X" and "co.electriccoin.zcash.x")
|
||||||
# to distinguish a different release build that can be installed alongside the official version
|
# to distinguish a different release build that can be installed alongside the official version
|
||||||
|
@ -199,7 +199,7 @@ ZXING_VERSION=3.5.3
|
||||||
ZCASH_BIP39_VERSION=1.0.8
|
ZCASH_BIP39_VERSION=1.0.8
|
||||||
|
|
||||||
# WARNING: Ensure a non-snapshot version is used before releasing to production
|
# WARNING: Ensure a non-snapshot version is used before releasing to production
|
||||||
ZCASH_SDK_VERSION=2.1.1-SNAPSHOT
|
ZCASH_SDK_VERSION=2.1.2-SNAPSHOT
|
||||||
|
|
||||||
# Toolchain is the Java version used to build the application, which is separate from the
|
# Toolchain is the Java version used to build the application, which is separate from the
|
||||||
# Java version used to run the application.
|
# Java version used to run the application.
|
||||||
|
|
Loading…
Reference in New Issue