From 0098721d40dfc7fd435a6ee5dcba16b017c03d60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Honza=20Rychnovsk=C3=BD?= Date: Thu, 27 Mar 2025 14:05:49 +0100 Subject: [PATCH] Adopt Zcash SDK v2.2.10 (#1836) --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 06fad3c95..b2b35338e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -211,7 +211,7 @@ ZIP_321_VERSION = 0.0.6 # WARNING: Ensure a non-snapshot version is used before releasing to production ZCASH_BIP39_VERSION=1.0.9 # WARNING: Ensure a non-snapshot version is used before releasing to production -ZCASH_SDK_VERSION=2.2.9-SNAPSHOT +ZCASH_SDK_VERSION=2.2.10-SNAPSHOT # Toolchain is the Java version used to build the application, which is separate from the # Java version used to run the application.