From f929ab900823adc7cf47dc2b5d325f0b7538bd24 Mon Sep 17 00:00:00 2001 From: Honza Date: Mon, 30 Jan 2023 14:23:39 +0100 Subject: [PATCH] SDK version bump --- CHANGELOG.md | 4 ++-- gradle.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c9fe7e7c..37c17cce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ Change Log ========== -Unreleased ------------------------------------- +## 1.13.0-beta01 +### Changed - The SDK's internal networking has been refactored to a separate Gradle module `lightwallet-client-lib` (and therefore a separate artifact) which is a transitive dependency of the Zcash Android SDK. - The `z.cash.ecc.android.sdk.model.LightWalletEndpoint` class has been moved to `co.electriccoin.lightwallet.client.model.LightWalletEndpoint` diff --git a/gradle.properties b/gradle.properties index a704d8c6..ba8b610e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -22,7 +22,7 @@ ZCASH_ASCII_GPG_KEY= # Configures whether release is an unstable snapshot, therefore published to the snapshot repository. IS_SNAPSHOT=true -LIBRARY_VERSION=1.12.0-beta01 +LIBRARY_VERSION=1.13.0-beta01 # Kotlin compiler warnings can be considered errors, failing the build. ZCASH_IS_TREAT_WARNINGS_AS_ERRORS=true