Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Nov 13, 2024
2 parents 1c78068 + a545860 commit b1315d4
Show file tree
Hide file tree
Showing 3 changed files with 13 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.3.1</string>
<string>1.3.2</string>
<key>CFBundleVersion</key>
<string>16</string>
<string>17</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 103
versionName "1.12.3"
versionCode 104
versionName "1.12.4"

// if (project.hasProperty('resConfigs')) {
// def resConfigs = project.findProperty('resConfigs')
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Features:
- color theme support

Bug fixes:
- qrcodes not showing in latest version
- dont reset zoom on image transform change
- settings icon not updating correctly on dark mode change
- folders are now scrollable with the document list. Also fixed deleting folders for the main list
- Translations update

0 comments on commit b1315d4

Please sign in to comment.