Skip to content

Commit

Permalink
Release 1.1.1 (#72)
Browse files Browse the repository at this point in the history
* Update version to 1.1.1-rc.1

* Update version to 1.1.1
  • Loading branch information
Radiokot authored Jun 11, 2024
1 parent c988d00 commit 2298fe6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [Unreleased]
## [1.1.1] - 2024-06-11

### Changed
- Increased WalletConnect pairing timeout to reduce the number of "Could not connect" errors
Expand Down Expand Up @@ -65,6 +65,7 @@
- Identity data tab on the account details screen is no longer shown for accounts without revealed attributes
- CIS-2 tokens with corrupted or missing metadata can no longer be added

[Unreleased]: https://github.com/Concordium/cryptox-android/compare/1.1.0...HEAD
[Unreleased]: https://github.com/Concordium/cryptox-android/compare/1.1.1...HEAD
[1.1.1]: https://github.com/Concordium/cryptox-android/compare/1.1.0...1.1.1
[1.1.0]: https://github.com/Concordium/cryptox-android/compare/1.0.0...1.1.0
[1.0.0]: https://github.com/Concordium/cryptox-android/compare/0.6.1-qa.5...1.0.0
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ android {
def versionMajor = 1
def versionMinor = 1
def versionPatch = 1
def versionMeta = "-qa.1"
def versionCodeIncremental = 1382
def versionMeta = ""
def versionCodeIncremental = 1384

compileSdkVersion 34

Expand Down

0 comments on commit 2298fe6

Please sign in to comment.