0
0
mirror of https://github.com/markusfisch/BinaryEye.git synced 2024-09-19 19:42:18 +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 # 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 ## 1.63.9
* Export/share as JPEG * Export/share as JPEG
* Ignore "URL:" before URLs in barcode content * Ignore "URL:" before URLs in barcode content

View File

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

View File

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