Skip to content

Commit bbd453f

Browse files
authored
Merge release 1.6.0
This is the release branch merge. Released packages were built from the "1.6.0" tag.
1 parent e6895a0 commit bbd453f

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

CHANGELOG.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# Changelog
22

3-
## [Unreleased]
3+
## [1.6.0] - 2025-02-20
44

55
### Changed
66

7-
- Revamped UI across the entire app with improved visuals and usability.
8-
- Redesigned Main Screen with better navigation.
7+
- Revamped UI across the entire app with improved visuals and usability
8+
- Redesigned Main Screen with better navigation
99

1010
### Added
1111

12-
- A separate Accounts List Screen for easier account management.
12+
- A separate Accounts List Screen for easier account management
1313
- A new Activity Screen with Transfers list
1414

1515
## [1.5.0] - 2025-01-22
@@ -179,7 +179,9 @@
179179
attributes
180180
- CIS-2 tokens with corrupted or missing metadata can no longer be added
181181

182-
[Unreleased]: https://github.com/Concordium/cryptox-android/compare/1.5.0...HEAD
182+
[Unreleased]: https://github.com/Concordium/cryptox-android/compare/1.6.0...HEAD
183+
184+
[1.6.0]: https://github.com/Concordium/cryptox-android/compare/1.5.0...1.6.0
183185

184186
[1.5.0]: https://github.com/Concordium/cryptox-android/compare/1.4.0...1.5.0
185187

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ android {
2020
// This project uses semantic versioning
2121
// https://semver.org/
2222
def versionMajor = 1
23-
def versionMinor = 5
23+
def versionMinor = 6
2424
def versionPatch = 0
2525
def versionMeta = ""
26-
def versionCodeIncremental = 1431
26+
def versionCodeIncremental = 1434
2727

2828
compileSdkVersion 34
2929

screens.png

-12.8 KB
Loading

0 commit comments

Comments
 (0)