Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Jan 24, 2025
2 parents 6c06548 + 80bfd20 commit 1d01b71
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions App_Resources/cardwallet/iOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<plist version="1.0">
<dict>
<key>CFBundleShortVersionString</key>
<string>1.6.0</string>
<string>1.6.1</string>
<key>CFBundleVersion</key>
<string>36</string>
<string>37</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleDisplayName</key>
Expand Down
4 changes: 2 additions & 2 deletions App_Resources/documentscanner/Android/app.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
defaultConfig {
multiDexEnabled false
minSdkVersion 21
versionCode 116
versionName "1.14.0"
versionCode 117
versionName "1.14.1"

// if (project.hasProperty('resConfigs')) {
// def resConfigs = project.findProperty('resConfigs')
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Features:
- new Image/PDF sync option to use document folder as file subfolder structure

Bug fixes:
- trying to fix edge case where sync would not start

0 comments on commit 1d01b71

Please sign in to comment.