mirror of
https://github.com/zxing/zxing.git
synced 2024-11-09 20:44:03 -08:00
Update CHANGES and android app for 3.3.1
This commit is contained in:
parent
67c6e4126c
commit
4cf04e6273
8
CHANGES
8
CHANGES
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue