Flexa version bump to 1.0.8 (#1697)
* Flexa version bump to 1.0.8 * PR fix --------- Co-authored-by: Honza <rychnovsky.honza@gmail.com>
This commit is contained in:
parent
78da02a545
commit
6399b034d2
|
@ -11,7 +11,7 @@ and this application adheres to [Semantic Versioning](https://semver.org/spec/v2
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- The Flexa integration has been turned on
|
- The Flexa integration has been turned on
|
||||||
- Both the Flexa Core and Spend libraries have been bumped to version 1.0.7
|
- Both the Flexa Core and Spend libraries have been bumped to version 1.0.8
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- The Seed screen recovery phrase has been improved to properly display on small screens
|
- The Seed screen recovery phrase has been improved to properly display on small screens
|
||||||
|
|
|
@ -14,7 +14,7 @@ directly impact users rather than highlighting other key architectural updates.*
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- The Flexa integration has been turned on
|
- The Flexa integration has been turned on
|
||||||
- Both the Flexa Core and Spend libraries have been bumped to version 1.0.7
|
- Both the Flexa Core and Spend libraries have been bumped to version 1.0.8
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- The Seed screen recovery phrase has been improved to properly display on small screens
|
- The Seed screen recovery phrase has been improved to properly display on small screens
|
||||||
|
|
|
@ -14,7 +14,7 @@ directly impact users rather than highlighting other key architectural updates.*
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- The Flexa integration has been turned on
|
- The Flexa integration has been turned on
|
||||||
- Both the Flexa Core and Spend libraries have been bumped to version 1.0.7
|
- Both the Flexa Core and Spend libraries have been bumped to version 1.0.8
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- The Seed screen recovery phrase has been improved to properly display on small screens
|
- The Seed screen recovery phrase has been improved to properly display on small screens
|
||||||
|
|
|
@ -217,7 +217,7 @@ ZXING_VERSION=3.5.3
|
||||||
ZIP_321_VERSION = 0.0.6
|
ZIP_321_VERSION = 0.0.6
|
||||||
ZCASH_BIP39_VERSION=1.0.8
|
ZCASH_BIP39_VERSION=1.0.8
|
||||||
|
|
||||||
FLEXA_VERSION=1.0.7
|
FLEXA_VERSION=1.0.8
|
||||||
|
|
||||||
# WARNING: Ensure a non-snapshot version is used before releasing to production
|
# WARNING: Ensure a non-snapshot version is used before releasing to production
|
||||||
ZCASH_SDK_VERSION=2.2.6
|
ZCASH_SDK_VERSION=2.2.6
|
||||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -3,7 +3,7 @@
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>com.flexa</groupId>
|
<groupId>com.flexa</groupId>
|
||||||
<artifactId>core</artifactId>
|
<artifactId>core</artifactId>
|
||||||
<version>1.0.7</version>
|
<version>1.0.8</version>
|
||||||
<packaging>aar</packaging>
|
<packaging>aar</packaging>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
|
@ -3,11 +3,11 @@
|
||||||
<groupId>com.flexa</groupId>
|
<groupId>com.flexa</groupId>
|
||||||
<artifactId>core</artifactId>
|
<artifactId>core</artifactId>
|
||||||
<versioning>
|
<versioning>
|
||||||
<latest>1.0.7</latest>
|
<latest>1.0.8</latest>
|
||||||
<release>1.0.7</release>
|
<release>1.0.8</release>
|
||||||
<versions>
|
<versions>
|
||||||
<version>1.0.7</version>
|
<version>1.0.8</version>
|
||||||
</versions>
|
</versions>
|
||||||
<lastUpdated>20241115103837</lastUpdated>
|
<lastUpdated>20241125103837</lastUpdated>
|
||||||
</versioning>
|
</versioning>
|
||||||
</metadata>
|
</metadata>
|
||||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -3,13 +3,13 @@
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>com.flexa</groupId>
|
<groupId>com.flexa</groupId>
|
||||||
<artifactId>spend</artifactId>
|
<artifactId>spend</artifactId>
|
||||||
<version>1.0.7</version>
|
<version>1.0.8</version>
|
||||||
<packaging>aar</packaging>
|
<packaging>aar</packaging>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.flexa</groupId>
|
<groupId>com.flexa</groupId>
|
||||||
<artifactId>core</artifactId>
|
<artifactId>core</artifactId>
|
||||||
<version>1.0.7</version>
|
<version>1.0.8</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>androidx.core</groupId>
|
<groupId>androidx.core</groupId>
|
||||||
|
@ -99,7 +99,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.flexa</groupId>
|
<groupId>com.flexa</groupId>
|
||||||
<artifactId>core</artifactId>
|
<artifactId>core</artifactId>
|
||||||
<version>1.0.7</version>
|
<version>1.0.8</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</project>
|
</project>
|
|
@ -3,11 +3,11 @@
|
||||||
<groupId>com.flexa</groupId>
|
<groupId>com.flexa</groupId>
|
||||||
<artifactId>spend</artifactId>
|
<artifactId>spend</artifactId>
|
||||||
<versioning>
|
<versioning>
|
||||||
<latest>1.0.7</latest>
|
<latest>1.0.8</latest>
|
||||||
<release>1.0.7</release>
|
<release>1.0.8</release>
|
||||||
<versions>
|
<versions>
|
||||||
<version>1.0.7</version>
|
<version>1.0.8</version>
|
||||||
</versions>
|
</versions>
|
||||||
<lastUpdated>20241122103856</lastUpdated>
|
<lastUpdated>20241125103856</lastUpdated>
|
||||||
</versioning>
|
</versioning>
|
||||||
</metadata>
|
</metadata>
|
||||||
|
|
Loading…
Reference in New Issue