From 8c5d38a4731100c142d3bc0a90c520d9c913e393 Mon Sep 17 00:00:00 2001 From: Oleg Koretsky Date: Tue, 11 Jun 2024 11:10:28 +0300 Subject: [PATCH] Update version to 1.1.1 --- CHANGELOG.md | 5 +++-- app/build.gradle | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ac8989a..2ea6c843 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/app/build.gradle b/app/build.gradle index 484495cb..1541e65f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -23,8 +23,8 @@ android { def versionMajor = 1 def versionMinor = 1 def versionPatch = 1 - def versionMeta = "-rc.1" - def versionCodeIncremental = 1383 + def versionMeta = "" + def versionCodeIncremental = 1384 compileSdkVersion 34