diff --git a/App_Resources/cardwallet/iOS/Info.plist b/App_Resources/cardwallet/iOS/Info.plist index 6644970a..be39f9f7 100644 --- a/App_Resources/cardwallet/iOS/Info.plist +++ b/App_Resources/cardwallet/iOS/Info.plist @@ -3,9 +3,9 @@ CFBundleShortVersionString - 1.3.1 + 1.3.2 CFBundleVersion - 16 + 17 CFBundleDevelopmentRegion en CFBundleDisplayName diff --git a/App_Resources/documentscanner/Android/app.gradle b/App_Resources/documentscanner/Android/app.gradle index 032aa687..6d291d50 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 103 - versionName "1.12.3" + versionCode 104 + versionName "1.12.4" // if (project.hasProperty('resConfigs')) { // def resConfigs = project.findProperty('resConfigs') diff --git a/fastlane/metadata/com.akylas.documentscanner/android/en-US/changelogs/104.txt b/fastlane/metadata/com.akylas.documentscanner/android/en-US/changelogs/104.txt new file mode 100644 index 00000000..0b492093 --- /dev/null +++ b/fastlane/metadata/com.akylas.documentscanner/android/en-US/changelogs/104.txt @@ -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 \ No newline at end of file