From fbf4a73208bb5587ac1ca33e34ca76ff04142917 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Honza=20Rychnovsk=C3=BD?= Date: Fri, 24 May 2024 15:05:15 +0200 Subject: [PATCH] [#1451] Release Zashi version 1.1 (655) Closes #1451 --- CHANGELOG.md | 2 ++ gradle.properties | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43a0c6d6..4ac14281 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ directly impact users rather than highlighting other key architectural updates.* ## [Unreleased] +## [1.1 (655)] - 2024-05-24 + ### Added - 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. diff --git a/gradle.properties b/gradle.properties index 9cbf1491..5277b7c2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -62,7 +62,7 @@ NDK_DEBUG_SYMBOL_LEVEL=symbol_table # 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. 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") # 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 # 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 # Java version used to run the application.