File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## [ Unreleased ]
3+ ## [ 1.7.0 ] - 2025-03-03
44
55### Added
66
198198 attributes
199199- CIS-2 tokens with corrupted or missing metadata can no longer be added
200200
201- [ Unreleased ] : https://github.com/Concordium/cryptox-android/compare/1.6.1...HEAD
201+ [ Unreleased ] : https://github.com/Concordium/cryptox-android/compare/1.7.0...HEAD
202+
203+ [ 1.7.0 ] : https://github.com/Concordium/cryptox-android/compare/1.6.1...1.7.0
202204
203205[ 1.6.1 ] : https://github.com/Concordium/cryptox-android/compare/1.6.0...1.6.1
204206
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 = 6
24- def versionPatch = 1
23+ def versionMinor = 7
24+ def versionPatch = 0
2525 def versionMeta = " "
26- def versionCodeIncremental = 1436
26+ def versionCodeIncremental = 1439
2727
2828 compileSdkVersion 34
2929
You can’t perform that action at this time.
0 commit comments