From a1f34f3c3018eb714f32d06f4e14403273148141 Mon Sep 17 00:00:00 2001 From: Honza Date: Wed, 18 Dec 2024 15:37:32 +0100 Subject: [PATCH] Bump SDK and Zashi versions --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 5f0e739b..db68bb2c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -61,7 +61,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.2.3 +ZCASH_VERSION_NAME=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 @@ -217,7 +217,7 @@ KEYSTONE_VERSION=0.7.8 FLEXA_VERSION=1.0.9 # WARNING: Ensure a non-snapshot version is used before releasing to production -ZCASH_SDK_VERSION=2.2.7-SNAPSHOT +ZCASH_SDK_VERSION=2.2.7 # Toolchain is the Java version used to build the application, which is separate from the # Java version used to run the application.