From 269b91a2b9f5e4d9df3b18e7dcf75bb9939fa4d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Honza=20Rychnovsk=C3=BD?= Date: Fri, 21 Jun 2024 11:37:49 +0200 Subject: [PATCH] [#1480] Release Zashi Android version 1.1.2 (671) Closes #1480 --- CHANGELOG.md | 2 ++ gradle.properties | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c98b59b6..942f0174 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ directly impact users rather than highlighting other key architectural updates.* ## [Unreleased] +## [1.1.2 (671)] - 2024-06-21 + ### Added - New bubble message style for the Send and Transaction history item text components - Display all messages within the transaction history record when it is expanded diff --git a/gradle.properties b/gradle.properties index b86f7f3c..27e75a9b 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.1 +ZCASH_VERSION_NAME=1.1.2 # 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