0
0
mirror of https://github.com/markusfisch/BinaryEye.git synced 2024-09-19 19:42:18 +02:00

Advance version number to 1.56.2

This commit is contained in:
Markus Fisch 2022-11-09 20:34:08 +01:00
parent 304357b43c
commit fa568686b6
2 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
# Change Log
## 1.56.2
* Fix generating 1D barcode text output
## 1.56.1
* Allow pinching a barcode to its generated size
* Fix view/frame transformation matrix

View File

@ -9,8 +9,8 @@ android {
minSdkVersion 9
targetSdkVersion sdk_version
versionCode 109
versionName '1.56.1'
versionCode 110
versionName '1.56.2'
}
signingConfigs {