Skip to content

Commit c61f55b

Browse files
committed
update changelog and version
1 parent 6ac72a0 commit c61f55b

File tree

2 files changed

+7
-17
lines changed

2 files changed

+7
-17
lines changed

CHANGELOG.md

Lines changed: 6 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,22 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4-
## [0.13.17]
5-
6-
### Fixed
7-
- Fixed payment status screen not updating when in a stopped activity
8-
- Fixed scanner shopping cart button not updating when in a stopped activity
9-
- Fixed barcode search crashing when multiple templates were matching on a single product with the same input
10-
11-
## [0.13.16]
4+
## [0.13.15]
125

136
### Changed
147
- The default scan area is now 20% bigger as the indicator indicates
15-
16-
### Added
17-
- Added setRestrictionOvershoot to BarcodeScannerView to increase the detection area by a
18-
multiplier based on the indicator
19-
20-
## [0.13.15]
21-
22-
### Added
238
- Now warming up the image cache when adding items to the shopping cart
249
- Added setRestrictionOvershoot to BarcodeScannerView to increase the detection area by a
2510
multiplier based on the indicator
2611

2712
### Changed
2813
- The default scan area is now 15% bigger as the indicator indicates
2914

15+
### Fixed
16+
- Fixed payment status screen not updating when in a stopped activity
17+
- Fixed scanner shopping cart button not updating when in a stopped activity
18+
- Fixed barcode search crashing when multiple templates were matching on a single product with the same input
19+
3020
## [0.13.14]
3121

3222
### Added

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ allprojects {
2323
}
2424

2525
project.ext {
26-
sdkVersion='0.13.17'
26+
sdkVersion='0.13.15'
2727
versionCode=1
2828

2929
compileSdkVersion=28

0 commit comments

Comments
 (0)