diff --git a/app/k9mail/build.gradle.kts b/app/k9mail/build.gradle.kts index d2f171166d..1dfcccd861 100644 --- a/app/k9mail/build.gradle.kts +++ b/app/k9mail/build.gradle.kts @@ -50,8 +50,8 @@ android { applicationId = "com.fsck.k9" testApplicationId = "com.fsck.k9.tests" - versionCode = 37009 - versionName = "6.710-SNAPSHOT" + versionCode = 37010 + versionName = "6.710" // 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 d79348460a..711d63e965 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,10 @@ Locale-specific versions are kept in res/raw-/changelog.xml. --> + + Fixed bug where accounts using OAuth weren't set up properly in K-9 Mail 6.709 + Moved "Show only subscribed folders" setting to "Folders" section + Enabled the new and improved account setup flow diff --git a/fastlane/metadata/android/en-US/changelogs/37010.txt b/fastlane/metadata/android/en-US/changelogs/37010.txt new file mode 100644 index 0000000000..3a7228f492 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/37010.txt @@ -0,0 +1,2 @@ +- Fixed bug where accounts using OAuth weren't set up properly in K-9 Mail 6.709 +- Moved "Show only subscribed folders" setting to "Folders" section