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

Advance version number to 1.63.10

This commit is contained in:
Markus Fisch 2024-06-30 19:41:13 +02:00
parent f44cff9912
commit 449d8fdbbd
3 changed files with 11 additions and 2 deletions

View File

@ -1,5 +1,10 @@
# Change Log
## 1.63.10
* Use maximum brightness when showing a generated barcode
* Allow file input from share menu
* Update multiple translations
## 1.63.9
* Export/share as JPEG
* Ignore "URL:" before URLs in barcode content

View File

@ -9,8 +9,8 @@ android {
minSdk 9
targetSdk sdk_version
versionCode 137
versionName '1.63.9'
versionCode 138
versionName '1.63.10'
}
signingConfigs {

View File

@ -0,0 +1,4 @@
* Use maximum brightness when showing a generated barcode
* Allow file input from share menu
* Update multiple translations