Sdk version bump
This commit is contained in:
parent
8bad9844ad
commit
08a7cab446
|
@ -131,7 +131,7 @@ ZCASH_EMULATOR_WTF_API_KEY=
|
||||||
# Optional absolute path to a Zcash SDK checkout.
|
# Optional absolute path to a Zcash SDK checkout.
|
||||||
# When blank, it pulls the SDK from Maven.
|
# When blank, it pulls the SDK from Maven.
|
||||||
# When set, it uses the path for a Gradle included build. Path can either be absolute or relative to the root of this app's Gradle project.
|
# When set, it uses the path for a Gradle included build. Path can either be absolute or relative to the root of this app's Gradle project.
|
||||||
SDK_INCLUDED_BUILD_PATH=/Users/milancerovsky/Developer/zcash/zcash-android-wallet-sdk
|
SDK_INCLUDED_BUILD_PATH=
|
||||||
|
|
||||||
# When blank, it pulls the BIP-39 library from Maven.
|
# When blank, it pulls the BIP-39 library from Maven.
|
||||||
# When set, it uses the path for a Gradle included build. Path can either be absolute or relative to the root of this app's Gradle project.
|
# When set, it uses the path for a Gradle included build. Path can either be absolute or relative to the root of this app's Gradle project.
|
||||||
|
@ -211,7 +211,7 @@ ZIP_321_VERSION = 0.0.6
|
||||||
# WARNING: Ensure a non-snapshot version is used before releasing to production
|
# WARNING: Ensure a non-snapshot version is used before releasing to production
|
||||||
ZCASH_BIP39_VERSION=1.0.9
|
ZCASH_BIP39_VERSION=1.0.9
|
||||||
# WARNING: Ensure a non-snapshot version is used before releasing to production
|
# WARNING: Ensure a non-snapshot version is used before releasing to production
|
||||||
ZCASH_SDK_VERSION=2.2.11-SNAPSHOT
|
ZCASH_SDK_VERSION=2.2.12-SNAPSHOT
|
||||||
|
|
||||||
# Toolchain is the Java version used to build the application, which is separate from the
|
# Toolchain is the Java version used to build the application, which is separate from the
|
||||||
# Java version used to run the application.
|
# Java version used to run the application.
|
||||||
|
|
Loading…
Reference in New Issue