diff --git a/gradle.properties b/gradle.properties index 40fefb8c7..191e86f12 100644 --- a/gradle.properties +++ b/gradle.properties @@ -131,7 +131,7 @@ ZCASH_EMULATOR_WTF_API_KEY= # Optional absolute path to a Zcash SDK checkout. # 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. -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 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 ZCASH_BIP39_VERSION=1.0.9 # 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 # Java version used to run the application.