parent
13108ca9f5
commit
4564c53218
|
@ -6,7 +6,7 @@ and this application adheres to [Semantic Versioning](https://semver.org/spec/v2
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
## [1.1.7 (717)] - 2024-09-06
|
## [1.1.7 (718)] - 2024-09-06
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
- Dependency injection using Koin has been added to the project. This helps us keep the codebase organized while
|
- 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]
|
## [Unreleased]
|
||||||
|
|
||||||
## [1.1.7 (717)] - 2024-09-06
|
## [1.1.7 (718)] - 2024-09-06
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
- We added ZEC/USD currency conversion to Zashi without compromising your IP address.
|
- 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.
|
# 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.
|
# If not using automated Google Play deployment, then these serve as the actual version numbers.
|
||||||
ZCASH_VERSION_CODE=1
|
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")
|
# 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
|
# to distinguish a different release build that can be installed alongside the official version
|
||||||
|
|
Loading…
Reference in New Issue