Skip to content

Commit

Permalink
fix(android): crash fix on reopening the app
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefuge committed Jan 6, 2024
1 parent 2cef41c commit b6ac02e
Showing 1 changed file with 2 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 27
versionName "1.2.17"
versionCode 28
versionName "1.2.18"

// if (project.hasProperty('resConfigs')) {
// def resConfigs = project.findProperty('resConfigs')
Expand Down

0 comments on commit b6ac02e

Please sign in to comment.