File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## [ Unreleased ]
3+ ## [ 1.9.1 ] - 2025-06-04
44
55### Fixed
66
232232 attributes
233233- CIS-2 tokens with corrupted or missing metadata can no longer be added
234234
235- [ Unreleased ] : https://github.com/Concordium/cryptox-android/compare/1.9.0...HEAD
235+ [ Unreleased ] : https://github.com/Concordium/cryptox-android/compare/1.9.1...HEAD
236+
237+ [ 1.9.1 ] : https://github.com/Concordium/cryptox-android/compare/1.9.0...1.9.1
236238
237239[ 1.9.0 ] : https://github.com/Concordium/cryptox-android/compare/1.8.1...1.9.0
238240
Original file line number Diff line number Diff line change @@ -21,9 +21,9 @@ android {
2121 // https://semver.org/
2222 def versionMajor = 1
2323 def versionMinor = 9
24- def versionPatch = 0
24+ def versionPatch = 1
2525 def versionMeta = " "
26- def versionCodeIncremental = 1448
26+ def versionCodeIncremental = 1450
2727
2828 compileSdkVersion 34
2929
You can’t perform that action at this time.
0 commit comments