From 2c56d84efbadbdbe2adfbc708100cd39cb784151 Mon Sep 17 00:00:00 2001 From: Kevin Gorham Date: Sun, 20 Jun 2021 20:51:49 -0400 Subject: [PATCH] Updated version and changelog. --- CHANGELOG.md | 5 +++++ config.gradle | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 87953014..11fb2209 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ Change Log ========== +Version 1.3.0-beta15 *(2021-06-21)* +------------------------------------ +- Fix: Increase reconnection attempts on failed app restart. +- New: Updated checkpoints for testnet and mainnet. + Version 1.3.0-beta14 *(2021-06-21)* ------------------------------------ - New: Add separate flows for sapling, orchard and tranparent balances. diff --git a/config.gradle b/config.gradle index 9cd3ee10..743c96f8 100644 --- a/config.gradle +++ b/config.gradle @@ -9,8 +9,8 @@ targetSdkVersion = 30 publish { group = 'cash.z.ecc.android' - versionName = '1.3.0-beta14' - versionCode = 1_03_00_214 // last digits are alpha(0XX) beta(2XX) rc(4XX) release(8XX). Ex: 1_08_04_401 is an release candidate build of version 1.8.4 and 1_08_04_800 would be the final release. + versionName = '1.3.0-beta15' + versionCode = 1_03_00_215 // last digits are alpha(0XX) beta(2XX) rc(4XX) release(8XX). Ex: 1_08_04_401 is an release candidate build of version 1.8.4 and 1_08_04_800 would be the final release. artifactId = 'zcash-android-sdk' target = 'release' } \ No newline at end of file