From a522f0f8f008e3bfd6fb6c2b4b09b6258b78deac Mon Sep 17 00:00:00 2001 From: Martin Guillon Date: Fri, 3 Jan 2025 12:46:40 +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 888fa0e3..477203d6 100644 --- a/App_Resources/cardwallet/iOS/Info.plist +++ b/App_Resources/cardwallet/iOS/Info.plist @@ -3,9 +3,9 @@ CFBundleShortVersionString - 1.5.4 + 1.5.5 CFBundleVersion - 26 + 27 CFBundleDevelopmentRegion en CFBundleDisplayName From 05cc9ef5ed9f9cf6ac8205921c78d134c247ddc7 Mon Sep 17 00:00:00 2001 From: Martin Guillon Date: Fri, 3 Jan 2025 12:53:36 +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 8847b97a..d192dcbc 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 109 - versionName "1.13.3" + versionCode 110 + versionName "1.13.4" // if (project.hasProperty('resConfigs')) { // def resConfigs = project.findProperty('resConfigs') From e12583b3ee7c866a41aa2446b726a835ecb665d7 Mon Sep 17 00:00:00 2001 From: Martin Guillon Date: Fri, 3 Jan 2025 12:53:36 +0000 Subject: [PATCH 3/3] 110 release notes --- .../android/en-US/changelogs/110.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 fastlane/metadata/com.akylas.documentscanner/android/en-US/changelogs/110.txt diff --git a/fastlane/metadata/com.akylas.documentscanner/android/en-US/changelogs/110.txt b/fastlane/metadata/com.akylas.documentscanner/android/en-US/changelogs/110.txt new file mode 100644 index 00000000..670f511c --- /dev/null +++ b/fastlane/metadata/com.akylas.documentscanner/android/en-US/changelogs/110.txt @@ -0,0 +1,3 @@ +Bug fixes: +- local folder PDF sync fix +- Translations update \ No newline at end of file