parent
13108ca9f5
commit
4564c53218
|
@ -6,7 +6,7 @@ and this application adheres to [Semantic Versioning](https://semver.org/spec/v2
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## [1.1.7 (717)] - 2024-09-06
|
||||
## [1.1.7 (718)] - 2024-09-06
|
||||
|
||||
### Added
|
||||
- Dependency injection using Koin has been added to the project. This helps us keep the codebase organized while
|
||||
|
|
|
@ -9,7 +9,7 @@ directly impact users rather than highlighting other key architectural updates.*
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## [1.1.7 (717)] - 2024-09-06
|
||||
## [1.1.7 (718)] - 2024-09-06
|
||||
|
||||
### Added
|
||||
- We added ZEC/USD currency conversion to Zashi without compromising your IP address.
|
||||
|
|
|
@ -61,7 +61,7 @@ NDK_DEBUG_SYMBOL_LEVEL=symbol_table
|
|||
# VERSION_CODE is effectively ignored. VERSION_NAME is suffixed with the version code.
|
||||
# If not using automated Google Play deployment, then these serve as the actual version numbers.
|
||||
ZCASH_VERSION_CODE=1
|
||||
ZCASH_VERSION_NAME=1.1.6
|
||||
ZCASH_VERSION_NAME=1.1.7
|
||||
|
||||
# Set these fields, as you need them (e.g. with values "Zcash X" and "co.electriccoin.zcash.x")
|
||||
# to distinguish a different release build that can be installed alongside the official version
|
||||
|
|
Loading…
Reference in New Issue