Skip to content

Commit

Permalink
Merge release 1.5.0
Browse files Browse the repository at this point in the history
This is a release branch merge.
The packages were built from tag `1.5.0`
  • Loading branch information
Radiokot authored Jan 28, 2025
1 parent 0ae1a1d commit c0d8294
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 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.5.0] - 2025-01-22

### Added

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

[Unreleased]: https://github.com/Concordium/cryptox-android/compare/1.4.0...HEAD
[Unreleased]: https://github.com/Concordium/cryptox-android/compare/1.5.0...HEAD

[1.5.0]: https://github.com/Concordium/cryptox-android/compare/1.4.0...1.5.0

[1.4.0]: https://github.com/Concordium/cryptox-android/compare/1.3.2...1.4.0

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ With CryptoX Wallet, you can:
- Check your CCD release schedule (only for buyers)
- Manage your addresses in the address book for fast and easy transactions
- Export and import backups of your accounts, identities, address book, and keys
- Import both phrase- and file-based wallets
- Import both phrase- and file-based wallets simultaneously and switch between them
- Send, receive and view CIS-2 tokens
- Browse owned NFTs from [Spaceseven](https://spaceseven.com/marketplace)
- Connect to Concordium dApps with WalletConnect
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ android {
// This project uses semantic versioning
// https://semver.org/
def versionMajor = 1
def versionMinor = 4
def versionMinor = 5
def versionPatch = 0
def versionMeta = ""
def versionCodeIncremental = 1429
def versionCodeIncremental = 1431

compileSdkVersion 34

Expand Down

0 comments on commit c0d8294

Please sign in to comment.