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

Advance version number to 1.54.1

This commit is contained in:
Markus Fisch 2022-10-25 22:51:11 +02:00
parent 105c81d409
commit 9f2efeb001
3 changed files with 15 additions and 2 deletions

View File

@ -1,5 +1,12 @@
# Change Log
## 1.54.1
* Update Russian translation
* Update Turkish translation
* Update Italian translation
* Fix handling GS1 and ISO15434 content types
* Fix VerifyError on Android 4
## 1.54.0
* Recreate and show barcode from read contents if possible
* Add ebay, Amazon and barcodelookup.com to search engines

View File

@ -9,8 +9,8 @@ android {
minSdkVersion 9
targetSdkVersion sdk_version
versionCode 103
versionName '1.54.0'
versionCode 104
versionName '1.54.1'
}
signingConfigs {

View File

@ -0,0 +1,6 @@
* Update Russian translation
* Update Turkish translation
* Update Italian translation
* Fix handling GS1 and ISO15434 content types
* Fix VerifyError on Android 4