Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Dec 10, 2024
2 parents afa7904 + 1e41bbe commit b24d2b4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
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 106
versionName "1.13.0"
versionCode 107
versionName "1.13.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 @@
Bug fixes:
- prevent error while exporting card with no "image"
- error while search for special characters like []%_
- opening PDF fix
- Translations update

0 comments on commit b24d2b4

Please sign in to comment.