Skip to content

Commit fed968d

Browse files
committed
Update version to 1.19.0
1 parent 3ef3414 commit fed968d

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [1.19.0] - 2026-03-27
99

1010
### Added
1111

@@ -390,7 +390,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
390390
attributes
391391
- CIS-2 tokens with corrupted or missing metadata can no longer be added
392392

393-
[Unreleased]: https://github.com/Concordium/cryptox-android/compare/1.18.0...HEAD
393+
[Unreleased]: https://github.com/Concordium/cryptox-android/compare/1.19.0...HEAD
394+
395+
[1.19.0]: https://github.com/Concordium/cryptox-android/compare/1.18.0...1.19.0
394396

395397
[1.18.0]: https://github.com/Concordium/cryptox-android/compare/1.17.0...1.18.0
396398

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ android {
2525
def versionMajor = 1
2626
def versionMinor = 19
2727
def versionPatch = 0
28-
def versionMeta = "-qa.3"
29-
def versionCodeIncremental = 1501
28+
def versionMeta = ""
29+
def versionCodeIncremental = 1502
3030

3131
defaultConfig {
3232
applicationId "com.pioneeringtechventures.wallet"

0 commit comments

Comments
 (0)