Bump SDK and Zashi versions

This commit is contained in:
Honza 2024-12-18 15:37:32 +01:00 committed by Honza Rychnovský
parent 7ddd2e6b67
commit a1f34f3c30
1 changed files with 2 additions and 2 deletions

View File

@ -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.