Advance version number to 1.73.1

This commit is contained in:
Markus Fisch
2026-05-27 21:28:49 +02:00
parent 65979cbddd
commit 386f882944
3 changed files with 11 additions and 2 deletions
+5
View File
@@ -1,5 +1,10 @@
# Change Log
## 1.73.1
* Update ZXingCpp and support Telepen format
* Update vdstools
* Fix stale history row highlighting
## 1.73.0
* Support Material You and Dynamic Colors
* Strip common tracking parameters before opening scanned URLs
+2 -2
View File
@@ -8,8 +8,8 @@ android {
minSdk 21
targetSdk sdk_version
versionCode 169
versionName '1.73.0'
versionCode 170
versionName '1.73.1'
}
signingConfigs {
@@ -0,0 +1,4 @@
* Update ZXingCpp and support Telepen format
* Update vdstools
* Fix stale history row highlighting