diff --git a/App_Resources/cardwallet/Android/app.gradle b/App_Resources/cardwallet/Android/app.gradle index db9c447c..244a1813 100644 --- a/App_Resources/cardwallet/Android/app.gradle +++ b/App_Resources/cardwallet/Android/app.gradle @@ -11,8 +11,8 @@ android { defaultConfig { multiDexEnabled false minSdkVersion 21 - versionCode 24 - versionName "1.3.4" + versionCode 25 + versionName "1.4.0" // if (project.hasProperty('resConfigs')) { // def resConfigs = project.findProperty('resConfigs') diff --git a/fastlane/metadata/com.akylas.cardwallet/android/en-US/changelogs/25.txt b/fastlane/metadata/com.akylas.cardwallet/android/en-US/changelogs/25.txt new file mode 100644 index 00000000..0cb19c2c --- /dev/null +++ b/fastlane/metadata/com.akylas.cardwallet/android/en-US/changelogs/25.txt @@ -0,0 +1,11 @@ +Features: +- option to force QRCodes on white background (better for some readers) +- you can now add extra fields to your cards. You can also create a card from a name/barcode (without scanning an image). + +Bug fixes: +- regression fix where the back button would work on the main screen +- ensure a change of name is synced with remote (webdav,...) +- update sync state when sync service added +- folders are now synced with webdav +- potential error while navigating back +- Translations update \ No newline at end of file