Skip to content

Commit

Permalink
Bump Flexa libraries to version 1.0.7 (#1693)
Browse files Browse the repository at this point in the history
- Changelogs updated
  • Loading branch information
HonzaR authored Nov 22, 2024
1 parent 224344d commit b620299
Show file tree
Hide file tree
Showing 12 changed files with 27 additions and 18 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,11 @@ and this application adheres to [Semantic Versioning](https://semver.org/spec/v2
## [Unreleased]

### Added
- Flexa feature has been turned on
- Disclaimer added to integrations screen
- Disclaimer widget has been added to the Integrations screen

### Changed
- The Flexa integration has been turned on
- Both the Flexa Core and Spend libraries have been bumped to version 1.0.7

### Fixed
- The Seed screen recovery phrase has been improved to properly display on small screens
Expand Down
7 changes: 5 additions & 2 deletions docs/whatsNew/WHATS_NEW_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,11 @@ directly impact users rather than highlighting other key architectural updates.*
## [Unreleased]

### Added
- Flexa feature has been turned on
- Disclaimer added to integrations screen
- Disclaimer widget has been added to the Integrations screen

### Changed
- The Flexa integration has been turned on
- Both the Flexa Core and Spend libraries have been bumped to version 1.0.7

### Fixed
- The Seed screen recovery phrase has been improved to properly display on small screens
Expand Down
7 changes: 5 additions & 2 deletions docs/whatsNew/WHATS_NEW_ES.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,11 @@ directly impact users rather than highlighting other key architectural updates.*
## [Unreleased]

### Added
- Flexa feature has been turned on
- Disclaimer added to integrations screen
- Disclaimer widget has been added to the Integrations screen

### Changed
- The Flexa integration has been turned on
- Both the Flexa Core and Spend libraries have been bumped to version 1.0.7

### Fixed
- The Seed screen recovery phrase has been improved to properly display on small screens
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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.6
FLEXA_VERSION=1.0.7

# WARNING: Ensure a non-snapshot version is used before releasing to production
ZCASH_SDK_VERSION=2.2.6
Expand Down
Binary file removed maven/com/flexa/core/1.0.6/core-1.0.6.aar
Binary file not shown.
Binary file added maven/com/flexa/core/1.0.7/core-1.0.7.aar
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.flexa</groupId>
<artifactId>core</artifactId>
<version>1.0.6</version>
<version>1.0.7</version>
<packaging>aar</packaging>
<dependencies>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions maven/com/flexa/core/maven-metadata-local.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
<groupId>com.flexa</groupId>
<artifactId>core</artifactId>
<versioning>
<latest>1.0.6</latest>
<release>1.0.6</release>
<latest>1.0.7</latest>
<release>1.0.7</release>
<versions>
<version>1.0.6</version>
<version>1.0.7</version>
</versions>
<lastUpdated>20241115103837</lastUpdated>
</versioning>
Expand Down
Binary file removed maven/com/flexa/spend/1.0.6/spend-1.0.6.aar
Binary file not shown.
Binary file added maven/com/flexa/spend/1.0.7/spend-1.0.7.aar
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.flexa</groupId>
<artifactId>spend</artifactId>
<version>1.0.6</version>
<version>1.0.7</version>
<packaging>aar</packaging>
<dependencies>
<dependency>
<groupId>com.flexa</groupId>
<artifactId>core</artifactId>
<version>1.0.6</version>
<version>1.0.7</version>
</dependency>
<dependency>
<groupId>androidx.core</groupId>
Expand Down Expand Up @@ -99,7 +99,7 @@
<dependency>
<groupId>com.flexa</groupId>
<artifactId>core</artifactId>
<version>1.0.6</version>
<version>1.0.7</version>
</dependency>
</dependencies>
</project>
8 changes: 4 additions & 4 deletions maven/com/flexa/spend/maven-metadata-local.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<groupId>com.flexa</groupId>
<artifactId>spend</artifactId>
<versioning>
<latest>1.0.6</latest>
<release>1.0.6</release>
<latest>1.0.7</latest>
<release>1.0.7</release>
<versions>
<version>1.0.6</version>
<version>1.0.7</version>
</versions>
<lastUpdated>20241115103856</lastUpdated>
<lastUpdated>20241122103856</lastUpdated>
</versioning>
</metadata>

0 comments on commit b620299

Please sign in to comment.