Updated version and changelog.

This commit is contained in:
Kevin Gorham 2021-06-20 20:51:49 -04:00
parent 2356fb0baf
commit 2c56d84efb
No known key found for this signature in database
GPG Key ID: CCA55602DF49FC38
2 changed files with 7 additions and 2 deletions

View File

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

View File

@ -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'
}