From 85a545b229ff3960bb1d8d200e481b244bc8ca28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Honza=20Rychnovsk=C3=BD?= Date: Wed, 11 Sep 2024 08:56:24 +0200 Subject: [PATCH] [#1578] Switch to production Zcash SDK v2.2.3 Closes #1578 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 7abfbaa6..a9bce7e2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -205,7 +205,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.2.3-SNAPSHOT +ZCASH_SDK_VERSION=2.2.3 # Toolchain is the Java version used to build the application, which is separate from the # Java version used to run the application.