diff --git a/CHANGELOG.md b/CHANGELOG.md
index aa5e268e..c390665d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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
diff --git a/docs/whatsNew/WHATS_NEW_EN.md b/docs/whatsNew/WHATS_NEW_EN.md
index 0435c0d1..ca7d1cc7 100644
--- a/docs/whatsNew/WHATS_NEW_EN.md
+++ b/docs/whatsNew/WHATS_NEW_EN.md
@@ -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
diff --git a/docs/whatsNew/WHATS_NEW_ES.md b/docs/whatsNew/WHATS_NEW_ES.md
index 67d8ba6f..f00fe0db 100644
--- a/docs/whatsNew/WHATS_NEW_ES.md
+++ b/docs/whatsNew/WHATS_NEW_ES.md
@@ -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
diff --git a/gradle.properties b/gradle.properties
index 053a4d39..88869a5d 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -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
diff --git a/maven/com/flexa/core/1.0.6/core-1.0.6.aar b/maven/com/flexa/core/1.0.6/core-1.0.6.aar
deleted file mode 100644
index fb024c59..00000000
Binary files a/maven/com/flexa/core/1.0.6/core-1.0.6.aar and /dev/null differ
diff --git a/maven/com/flexa/core/1.0.7/core-1.0.7.aar b/maven/com/flexa/core/1.0.7/core-1.0.7.aar
new file mode 100644
index 00000000..729ec6eb
Binary files /dev/null and b/maven/com/flexa/core/1.0.7/core-1.0.7.aar differ
diff --git a/maven/com/flexa/core/1.0.6/core-1.0.6.pom b/maven/com/flexa/core/1.0.7/core-1.0.7.pom
similarity index 99%
rename from maven/com/flexa/core/1.0.6/core-1.0.6.pom
rename to maven/com/flexa/core/1.0.7/core-1.0.7.pom
index 6938242d..144170ce 100644
--- a/maven/com/flexa/core/1.0.6/core-1.0.6.pom
+++ b/maven/com/flexa/core/1.0.7/core-1.0.7.pom
@@ -3,7 +3,7 @@
4.0.0
com.flexa
core
- 1.0.6
+ 1.0.7
aar
diff --git a/maven/com/flexa/core/maven-metadata-local.xml b/maven/com/flexa/core/maven-metadata-local.xml
index f30e6428..b476dd43 100644
--- a/maven/com/flexa/core/maven-metadata-local.xml
+++ b/maven/com/flexa/core/maven-metadata-local.xml
@@ -3,10 +3,10 @@
com.flexa
core
- 1.0.6
- 1.0.6
+ 1.0.7
+ 1.0.7
- 1.0.6
+ 1.0.7
20241115103837
diff --git a/maven/com/flexa/spend/1.0.6/spend-1.0.6.aar b/maven/com/flexa/spend/1.0.6/spend-1.0.6.aar
deleted file mode 100644
index 025296dd..00000000
Binary files a/maven/com/flexa/spend/1.0.6/spend-1.0.6.aar and /dev/null differ
diff --git a/maven/com/flexa/spend/1.0.7/spend-1.0.7.aar b/maven/com/flexa/spend/1.0.7/spend-1.0.7.aar
new file mode 100644
index 00000000..d2598802
Binary files /dev/null and b/maven/com/flexa/spend/1.0.7/spend-1.0.7.aar differ
diff --git a/maven/com/flexa/spend/1.0.6/spend-1.0.6.pom b/maven/com/flexa/spend/1.0.7/spend-1.0.7.pom
similarity index 97%
rename from maven/com/flexa/spend/1.0.6/spend-1.0.6.pom
rename to maven/com/flexa/spend/1.0.7/spend-1.0.7.pom
index 38a3da00..0f6c8c57 100644
--- a/maven/com/flexa/spend/1.0.6/spend-1.0.6.pom
+++ b/maven/com/flexa/spend/1.0.7/spend-1.0.7.pom
@@ -3,13 +3,13 @@
4.0.0
com.flexa
spend
- 1.0.6
+ 1.0.7
aar
com.flexa
core
- 1.0.6
+ 1.0.7
androidx.core
@@ -99,7 +99,7 @@
com.flexa
core
- 1.0.6
+ 1.0.7
diff --git a/maven/com/flexa/spend/maven-metadata-local.xml b/maven/com/flexa/spend/maven-metadata-local.xml
index 161f0c02..b743fb2d 100644
--- a/maven/com/flexa/spend/maven-metadata-local.xml
+++ b/maven/com/flexa/spend/maven-metadata-local.xml
@@ -3,11 +3,11 @@
com.flexa
spend
- 1.0.6
- 1.0.6
+ 1.0.7
+ 1.0.7
- 1.0.6
+ 1.0.7
- 20241115103856
+ 20241122103856