Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Jan 8, 2025
2 parents b6ebc5b + bac5339 commit aa89e6c
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 6 deletions.
4 changes: 2 additions & 2 deletions App_Resources/cardwallet/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 31
versionName "1.5.4"
versionCode 32
versionName "1.5.5"

// if (project.hasProperty('resConfigs')) {
// def resConfigs = project.findProperty('resConfigs')
Expand Down
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.5.5</string>
<string>1.5.6</string>
<key>CFBundleVersion</key>
<string>27</string>
<string>28</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 110
versionName "1.13.4"
versionCode 111
versionName "1.13.5"

// if (project.hasProperty('resConfigs')) {
// def resConfigs = project.findProperty('resConfigs')
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Bug fixes:
- prevent error while trying to apply transform on pages "without" image
- sync folder settings layout update
- trying to prevent errors while syncing
- default view style fix
- Translations update
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Bug fixes:
- prevent error while trying to apply transform on pages "without" image
- sync folder settings layout update
- trying to prevent errors while syncing
- default view style fix
- Translations update

0 comments on commit aa89e6c

Please sign in to comment.