File tree Expand file tree Collapse file tree 3 files changed +9
-7
lines changed
Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments