From 551bd453b5692a7a1cfd8817e3e79e1f5e1085a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Honza=20Rychnovsk=C3=BD?= Date: Tue, 23 Jul 2024 09:33:42 +0200 Subject: [PATCH] [#1531] Switch to non-snapshot Zcash SDK version Closes #1531 --- CHANGELOG.md | 1 + gradle.properties | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ba2fa3e..8d732145 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/gradle.properties b/gradle.properties index 296075a0..d860e990 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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.