From b8bba803dbee93d23fe6d474558429df8ab28766 Mon Sep 17 00:00:00 2001 From: Martin Guillon Date: Fri, 24 Jan 2025 16:41:54 +0000 Subject: [PATCH 1/3] chore: new build --- App_Resources/cardwallet/iOS/Info.plist | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/App_Resources/cardwallet/iOS/Info.plist b/App_Resources/cardwallet/iOS/Info.plist index c0575876..bb88b466 100644 --- a/App_Resources/cardwallet/iOS/Info.plist +++ b/App_Resources/cardwallet/iOS/Info.plist @@ -3,9 +3,9 @@ CFBundleShortVersionString - 1.6.0 + 1.6.1 CFBundleVersion - 36 + 37 CFBundleDevelopmentRegion en CFBundleDisplayName From cb3ec35350579d1156b85ed7116a95177d428b76 Mon Sep 17 00:00:00 2001 From: Martin Guillon Date: Fri, 24 Jan 2025 16:46:28 +0000 Subject: [PATCH 2/3] chore: new build --- App_Resources/documentscanner/Android/app.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/App_Resources/documentscanner/Android/app.gradle b/App_Resources/documentscanner/Android/app.gradle index 081a267e..c5d5246b 100644 --- a/App_Resources/documentscanner/Android/app.gradle +++ b/App_Resources/documentscanner/Android/app.gradle @@ -11,8 +11,8 @@ android { defaultConfig { multiDexEnabled false minSdkVersion 21 - versionCode 116 - versionName "1.14.0" + versionCode 117 + versionName "1.14.1" // if (project.hasProperty('resConfigs')) { // def resConfigs = project.findProperty('resConfigs') From 17e3fcabc00a35bdad96960b59fb2fc9aed58fd4 Mon Sep 17 00:00:00 2001 From: Martin Guillon Date: Fri, 24 Jan 2025 16:46:28 +0000 Subject: [PATCH 3/3] 117 release notes --- .../android/en-US/changelogs/117.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 fastlane/metadata/com.akylas.documentscanner/android/en-US/changelogs/117.txt diff --git a/fastlane/metadata/com.akylas.documentscanner/android/en-US/changelogs/117.txt b/fastlane/metadata/com.akylas.documentscanner/android/en-US/changelogs/117.txt new file mode 100644 index 00000000..cbe6b84b --- /dev/null +++ b/fastlane/metadata/com.akylas.documentscanner/android/en-US/changelogs/117.txt @@ -0,0 +1,5 @@ +Features: +- new Image/PDF sync option to use document folder as file subfolder structure + +Bug fixes: +- trying to fix edge case where sync would not start \ No newline at end of file