We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d60b74 commit 29694e9Copy full SHA for 29694e9
CHANGELOG.md
@@ -4,13 +4,15 @@ All notable changes to this project will be documented in this file.
4
## UNRELEASED
5
### Added
6
### Changed
7
+### Removed
8
+### Fixed
9
+
10
+## [0.69.3]
11
+### Changed
12
* ui: Set the screen orientation of the 'CheckoutActivity' to 'userPortrait'
13
* ui: Adjust detection rect implementation
14
* ui: Speed up ZXing's barcode by using TRY_HARDER mode
15
-### Removed
-### Fixed
-
16
## [0.69.2]
17
18
* core: Add customizable ShoppingCart::isMergeable() behavior
build.gradle
@@ -37,7 +37,7 @@ allprojects {
37
}
38
39
project.ext {
40
- sdkVersion = '0.69.2'
+ sdkVersion = '0.69.3'
41
versionCode = 1
42
43
compileSdkVersion = 33
0 commit comments