Advance version number to 1.75.1

This commit is contained in:
Markus Fisch
2026-07-09 12:15:14 +02:00
parent b14028f9c4
commit 1aaa45d14e
3 changed files with 11 additions and 2 deletions
+5
View File
@@ -1,5 +1,10 @@
# Change Log
## 1.75.1
* Update ZXingCpp
* Keep KDE Connect device picker visible
* Fix URL scan concatenation
## 1.75.0
* Forward scans with KDE Connect
* Add default camera preference
+2 -2
View File
@@ -8,8 +8,8 @@ android {
minSdk 21
targetSdk sdk_version
versionCode 175
versionName '1.75.0'
versionCode 176
versionName '1.75.1'
}
signingConfigs {
@@ -0,0 +1,4 @@
* Update ZXingCpp
* Keep KDE Connect device picker visible
* Fix URL scan concatenation