From f85511d5a34f88c321fdcf66f40e162926859569 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Honza=20Rychnovsk=C3=BD?= Date: Wed, 3 Jul 2024 16:48:04 +0200 Subject: [PATCH] [#1500] Release Zashi Android version 1.1.3 (682) --- CHANGELOG.md | 7 ++++--- gradle.properties | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7249374e..318be854 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,14 +9,15 @@ directly impact users rather than highlighting other key architectural updates.* ## [Unreleased] +## [1.1.2 (676)] - 2024-07-03 + ### Added - Proper ZEC amount abbreviation has been added across the entire app as described by the design document - The new Hide Balances feature has been added to the Account, Send, and Balances screen. ### Fixed -- The app navigation has been improved to always behave the same for system, gesture, or top app bar back navigation actions - -### Fixed +- The app navigation has been improved to always behave the same for system, gesture, or top app bar back navigation + actions - The app authentication now correctly handles authentication success after a previous failed state ## [1.1.2 (676)] - 2024-06-24 diff --git a/gradle.properties b/gradle.properties index de2aaa68..1dbf4d8e 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.1.2 +ZCASH_VERSION_NAME=1.1.3 # 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