Update CHANGES and android app for 3.3.1

This commit is contained in:
Sean Owen 2017-10-25 18:08:42 +01:00
parent 67c6e4126c
commit 4cf04e6273
2 changed files with 7 additions and 3 deletions

View file

@ -364,6 +364,10 @@
- TIFF support in online decoder
- Many small bug fixes, typo fixes and project build improvements
3.4.0 (?)
3.3.1 (26 Oct 2017)
- Removed Google Glass, ZXing Test apps
- Various fixes to Code 128, 39 encoding; DataMatrix decoding
- Improvements to speed and robustness of zxing.org decoder
- Java 9 support
- Various translation updates for Barcode Scanner
- Removed Google Glass, ZXing Test apps

View file

@ -39,7 +39,7 @@
<parent>
<groupId>com.google.zxing</groupId>
<artifactId>zxing-parent</artifactId>
<version>3.3.1-SNAPSHOT</version>
<version>3.3.1</version>
</parent>
<build>