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

Advance version number to 1.51.1

This commit is contained in:
Markus Fisch 2022-06-16 16:51:39 +02:00
parent 60f0d8bd87
commit f4af35ad46
2 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
# Change Log
## 1.51.1
* Fix extraction of raw bytes for some barcodes
## 1.51.0
* Add support for Deutsche Post Matrixcode stamp
* Allow free image rotation for scanning from images

View File

@ -9,8 +9,8 @@ android {
minSdkVersion 9
targetSdkVersion sdk_version
versionCode 98
versionName '1.51.0'
versionCode 99
versionName '1.51.1'
// Required for desugaring.
multiDexEnabled true