Skip to content

Commit 29694e9

Browse files
authored
Release preperations for release: 0.69.3 (#104)
1 parent 4d60b74 commit 29694e9

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@ All notable changes to this project will be documented in this file.
44
## UNRELEASED
55
### Added
66
### Changed
7+
### Removed
8+
### Fixed
9+
10+
## [0.69.3]
11+
### Changed
712
* ui: Set the screen orientation of the 'CheckoutActivity' to 'userPortrait'
813
* ui: Adjust detection rect implementation
914
* ui: Speed up ZXing's barcode by using TRY_HARDER mode
1015

11-
### Removed
12-
### Fixed
13-
1416
## [0.69.2]
1517
### Added
1618
* core: Add customizable ShoppingCart::isMergeable() behavior

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ allprojects {
3737
}
3838

3939
project.ext {
40-
sdkVersion = '0.69.2'
40+
sdkVersion = '0.69.3'
4141
versionCode = 1
4242

4343
compileSdkVersion = 33

0 commit comments

Comments
 (0)