Skip to content

Commit

Permalink
Update version to 1.3.2(1416)
Browse files Browse the repository at this point in the history
  • Loading branch information
Radiokot committed Nov 27, 2024
1 parent d0385f8 commit a52ea72
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [1.3.2] - 2024-11-27

### Fixed

- Crash on launch when Google Play Services is disabled
- Inconsistent transaction fee for invoke smart contract
- Crashing when first launching the app offline
- Not receiving CIS-2 transaction notifications when they are disabled for CCD transactions

## [1.3.1] - 2024-11-07

### Fixed
Expand Down Expand Up @@ -125,7 +134,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.1...HEAD
[Unreleased]: https://github.com/Concordium/cryptox-android/compare/1.3.2...HEAD

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

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

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ android {
// https://semver.org/
def versionMajor = 1
def versionMinor = 3
def versionPatch = 1
def versionPatch = 2
def versionMeta = ""
def versionCodeIncremental = 1409
def versionCodeIncremental = 1416

compileSdkVersion 34

Expand Down

0 comments on commit a52ea72

Please sign in to comment.