Flexa version bump to 1.0.9 (#1702)
This commit is contained in:
parent
41457f4534
commit
e46b0cf625
|
@ -13,7 +13,7 @@ and this application adheres to [Semantic Versioning](https://semver.org/spec/v2
|
|||
|
||||
### Changed
|
||||
- The Flexa integration has been turned on
|
||||
- Both the Flexa Core and Spend libraries have been bumped to version 1.0.8
|
||||
- Both the Flexa Core and Spend libraries have been bumped to version 1.0.9
|
||||
|
||||
### Fixed
|
||||
- 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
|
||||
ZCASH_BIP39_VERSION=1.0.8
|
||||
|
||||
FLEXA_VERSION=1.0.8
|
||||
FLEXA_VERSION=1.0.9
|
||||
|
||||
# WARNING: Ensure a non-snapshot version is used before releasing to production
|
||||
ZCASH_SDK_VERSION=2.2.6
|
||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -3,7 +3,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.flexa</groupId>
|
||||
<artifactId>core</artifactId>
|
||||
<version>1.0.8</version>
|
||||
<version>1.0.9</version>
|
||||
<packaging>aar</packaging>
|
||||
<dependencies>
|
||||
<dependency>
|
|
@ -3,11 +3,11 @@
|
|||
<groupId>com.flexa</groupId>
|
||||
<artifactId>core</artifactId>
|
||||
<versioning>
|
||||
<latest>1.0.8</latest>
|
||||
<release>1.0.8</release>
|
||||
<latest>1.0.9</latest>
|
||||
<release>1.0.9</release>
|
||||
<versions>
|
||||
<version>1.0.8</version>
|
||||
<version>1.0.9</version>
|
||||
</versions>
|
||||
<lastUpdated>20241125103837</lastUpdated>
|
||||
<lastUpdated>20241126103837</lastUpdated>
|
||||
</versioning>
|
||||
</metadata>
|
||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -3,13 +3,13 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.flexa</groupId>
|
||||
<artifactId>spend</artifactId>
|
||||
<version>1.0.8</version>
|
||||
<version>1.0.9</version>
|
||||
<packaging>aar</packaging>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>com.flexa</groupId>
|
||||
<artifactId>core</artifactId>
|
||||
<version>1.0.8</version>
|
||||
<version>1.0.9</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>androidx.core</groupId>
|
||||
|
@ -99,7 +99,7 @@
|
|||
<dependency>
|
||||
<groupId>com.flexa</groupId>
|
||||
<artifactId>core</artifactId>
|
||||
<version>1.0.8</version>
|
||||
<version>1.0.9</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
|
@ -3,10 +3,10 @@
|
|||
<groupId>com.flexa</groupId>
|
||||
<artifactId>spend</artifactId>
|
||||
<versioning>
|
||||
<latest>1.0.8</latest>
|
||||
<release>1.0.8</release>
|
||||
<latest>1.0.9</latest>
|
||||
<release>1.0.9</release>
|
||||
<versions>
|
||||
<version>1.0.8</version>
|
||||
<version>1.0.9</version>
|
||||
</versions>
|
||||
<lastUpdated>20241126103856</lastUpdated>
|
||||
</versioning>
|
||||
|
|
Loading…
Reference in New Issue