Skip to content

Commit cc1ffdc

Browse files
authored
Merge release 1.6.1
This is the release branch merge. The packages were built from the "1.6.1" tag.
1 parent 96ccd74 commit cc1ffdc

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [Unreleased]
3+
## [1.6.1] - 2025-02-25
44

55
### Added
66

@@ -189,7 +189,9 @@
189189
attributes
190190
- CIS-2 tokens with corrupted or missing metadata can no longer be added
191191

192-
[Unreleased]: https://github.com/Concordium/cryptox-android/compare/1.6.0...HEAD
192+
[Unreleased]: https://github.com/Concordium/cryptox-android/compare/1.6.1...HEAD
193+
194+
[1.6.1]: https://github.com/Concordium/cryptox-android/compare/1.6.0...1.6.1
193195

194196
[1.6.0]: https://github.com/Concordium/cryptox-android/compare/1.5.0...1.6.0
195197

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ android {
2121
// https://semver.org/
2222
def versionMajor = 1
2323
def versionMinor = 6
24-
def versionPatch = 0
24+
def versionPatch = 1
2525
def versionMeta = ""
26-
def versionCodeIncremental = 1434
26+
def versionCodeIncremental = 1436
2727

2828
compileSdkVersion 34
2929

0 commit comments

Comments
 (0)