Fix build variants resources (#1807)
* Add `zcashtestnetFossRelease` variant * Fix `zcashtestnetStoreDebug` variant file provider * Changelog update
This commit is contained in:
parent
01ad527b09
commit
ec4bc7784f
|
@ -6,6 +6,13 @@ and this application adheres to [Semantic Versioning](https://semver.org/spec/v2
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
### Added
|
||||
- Support for `zcashtestnetFossRelease` has been added to the app resources package
|
||||
|
||||
### Fixed
|
||||
- We fixed the `zcashtestnetStoreDebug` app build variant file provider, so the export private data and export tax
|
||||
file features work for this build variant as expected
|
||||
|
||||
## [1.4 (876)] - 2025-03-04
|
||||
|
||||
### Fixed
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<background android:drawable="@color/ic_launcher_background"/>
|
||||
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
|
||||
</adaptive-icon>
|
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<background android:drawable="@color/ic_launcher_background"/>
|
||||
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
|
||||
</adaptive-icon>
|
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<background android:drawable="@color/ic_launcher_background"/>
|
||||
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
|
||||
</adaptive-icon>
|
Binary file not shown.
After Width: | Height: | Size: 1.8 KiB |
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
Binary file not shown.
After Width: | Height: | Size: 2.6 KiB |
Binary file not shown.
After Width: | Height: | Size: 4.4 KiB |
Binary file not shown.
After Width: | Height: | Size: 6.7 KiB |
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<!-- Overlay from sdk-ext-lib. -->
|
||||
<bool name="zcash_is_testnet">true</bool>
|
||||
</resources>
|
|
@ -0,0 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<color name="ic_launcher_background">#FFFFFF</color>
|
||||
</resources>
|
|
@ -35,7 +35,7 @@
|
|||
path="/data/data/co.electriccoin.zcash.testnet.foss/."
|
||||
/>
|
||||
<root-path
|
||||
name="root_testnet_store_debug"
|
||||
name="root_testnet_foss_debug"
|
||||
path="/data/data/co.electriccoin.zcash.testnet.foss.debug/."
|
||||
/>
|
||||
|
||||
|
|
Loading…
Reference in New Issue