Skip to content

Commit 93289b3

Browse files
authored
Merge release 1.7.0
This is a release branch merge. The packages were built from the "1.7.0" tag.
1 parent 49e86de commit 93289b3

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
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.7.0] - 2025-03-03
44

55
### Added
66

@@ -198,7 +198,9 @@
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

app/build.gradle

Lines changed: 3 additions & 3 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 = 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

0 commit comments

Comments
 (0)