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

Advance version number to 1.57.0

This commit is contained in:
Markus Fisch 2022-12-19 20:45:36 +01:00
parent f895b42cfe
commit 425f3a7b80
2 changed files with 12 additions and 2 deletions

View File

@ -1,5 +1,15 @@
# Change Log
## 1.57.0
* Add optional audio feedback for scanning
* Allow removing individual WiFi network suggestions
* Recognize incomplete and malformed WiFi barcodes
* Fix using shared text for encoding
* Add Korean language
* Update Chinese translation
* Update Português/Brasil translation
* Update Russian translation
## 1.56.3
* Fix parsing URLs in barcodes
* Update French, Portuguese, Turkish and Taiwan translation

View File

@ -9,8 +9,8 @@ android {
minSdkVersion 9
targetSdkVersion sdk_version
versionCode 111
versionName '1.56.3'
versionCode 112
versionName '1.57.0'
}
signingConfigs {