[#1322] Release zcash-android-wallet-sdk 2.0.4

Closes #1322
This commit is contained in:
Honza Rychnovský 2024-01-08 17:51:40 +01:00 committed by GitHub
parent 6d90319136
commit dd46baa5c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -6,6 +6,8 @@ and this library adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [2.0.4] - 2024-01-08
### Added
- `TransactionOverview.txIdString()` to provide a readable transaction ID to SDK-consuming apps
- `MonetarySeparators.current(locale: Locale? = null)` now accepts `Locale` on input to force separators locale. If
@ -20,11 +22,11 @@ and this library adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Gradle 8.5
- Kotlin 1.9.21
- Other dependency update
- Checkpoints update
### Removed
- Several internally unused exceptions from `Exceptions.kt`
## [2.0.3] - 2023-11-08
### Added

View File

@ -26,7 +26,7 @@ ZCASH_ASCII_GPG_KEY=
# Configures whether release is an unstable snapshot, therefore published to the snapshot repository.
IS_SNAPSHOT=true
LIBRARY_VERSION=2.0.3
LIBRARY_VERSION=2.0.4
# Kotlin compiler warnings can be considered errors, failing the build.
ZCASH_IS_TREAT_WARNINGS_AS_ERRORS=true