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 34d9268 commit 09a306cCopy full SHA for 09a306c
CHANGELOG.md
@@ -1,6 +1,13 @@
1
# Changelog
2
All notable changes to this project will be documented in this file.
3
4
+## [0.14.15]
5
+
6
+### Fixed
7
+- Reuse session id on cart backup/restore
8
+- Rare crash on BarcodeScannerView when resuming the camera
9
+- Fixed text being cutoff on restore cart button
10
11
## [0.14.14]
12
13
### Added
build.gradle
@@ -23,7 +23,7 @@ allprojects {
23
}
24
25
project.ext {
26
- sdkVersion='0.14.14'
+ sdkVersion='0.14.15'
27
versionCode=1
28
29
compileSdkVersion=28
0 commit comments