Skip to content

Commit

Permalink
Release 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zaiatsartem committed Nov 7, 2024
1 parent 445df95 commit 014dc76
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [Unreleased]
## [1.3.1] - 2024-11-07

### Fixed

Expand Down Expand Up @@ -125,7 +125,9 @@
attributes
- CIS-2 tokens with corrupted or missing metadata can no longer be added

[Unreleased]: https://github.com/Concordium/cryptox-android/compare/1.3.0...HEAD
[Unreleased]: https://github.com/Concordium/cryptox-android/compare/1.3.1...HEAD

[1.3.1]: https://github.com/Concordium/cryptox-android/compare/1.3.0...1.3.1

[1.3.0]: https://github.com/Concordium/cryptox-android/compare/1.2.0...1.3.0

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ android {
def versionMajor = 1
def versionMinor = 3
def versionPatch = 1
def versionMeta = "-qa.1"
def versionCodeIncremental = 1407
def versionMeta = ""
def versionCodeIncremental = 1409

compileSdkVersion 34

Expand Down

0 comments on commit 014dc76

Please sign in to comment.