diff --git a/app/k9mail/build.gradle.kts b/app/k9mail/build.gradle.kts index 47e12258f78..28bdeb16aff 100644 --- a/app/k9mail/build.gradle.kts +++ b/app/k9mail/build.gradle.kts @@ -45,8 +45,8 @@ android { applicationId = "com.fsck.k9" testApplicationId = "com.fsck.k9.tests" - versionCode = 36002 - versionName = "6.602" + versionCode = 36003 + versionName = "6.603" // Keep in sync with the resource string array "supported_languages" resourceConfigurations.addAll( diff --git a/app/ui/legacy/src/main/res/raw/changelog_master.xml b/app/ui/legacy/src/main/res/raw/changelog_master.xml index 891773c5669..1ede70bb626 100644 --- a/app/ui/legacy/src/main/res/raw/changelog_master.xml +++ b/app/ui/legacy/src/main/res/raw/changelog_master.xml @@ -5,6 +5,9 @@ Locale-specific versions are kept in res/raw-/changelog.xml. --> + + Fixed settings import/export of identities without a name or description + Change primary action in message view header from "reply all" to "reply" diff --git a/fastlane/metadata/android/en-US/changelogs/36003.txt b/fastlane/metadata/android/en-US/changelogs/36003.txt new file mode 100644 index 00000000000..e42a1d5ddce --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/36003.txt @@ -0,0 +1 @@ +- Fixed settings import/export of identities without a name or description