Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Dec 11, 2024
2 parents 8dda545 + 280d342 commit 4b13723
Show file tree
Hide file tree
Showing 3 changed files with 7 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.5.1</string>
<string>1.5.2</string>
<key>CFBundleVersion</key>
<string>23</string>
<string>24</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 107
versionName "1.13.1"
versionCode 108
versionName "1.13.2"

// if (project.hasProperty('resConfigs')) {
// def resConfigs = project.findProperty('resConfigs')
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Bug fixes:
- error while syncing data
- Translations update

0 comments on commit 4b13723

Please sign in to comment.