File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and 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
Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments