Advance version number to 1.74.0

This commit is contained in:
Markus Fisch
2026-06-05 20:46:40 +02:00
parent 7fe8126703
commit ae29a4d207
3 changed files with 21 additions and 2 deletions
+10
View File
@@ -1,5 +1,15 @@
# Change Log
## 1.74.0
* Add an option to choose a custom beep tone
* Add an option to set a custom scanner ID
* Improve display of content type
* Support fido:/ URIs
* Update Italian and French translations
* Update ZXingCpp
* Fix FAB and crop handle positioning
* Fix splash screen for some Android versions
## 1.73.1
* Update ZXingCpp and support Telepen format
* Update vdstools
+2 -2
View File
@@ -8,8 +8,8 @@ android {
minSdk 21
targetSdk sdk_version
versionCode 170
versionName '1.73.1'
versionCode 171
versionName '1.74.0'
}
signingConfigs {
@@ -0,0 +1,9 @@
* Add an option to choose a custom beep tone
* Add an option to set a custom scanner ID
* Improve display of content type
* Support fido:/ URIs
* Update Italian and French translations
* Update ZXingCpp
* Fix FAB and crop handle positioning
* Fix splash screen for some Android versions