Skip to content

Commit

Permalink
Version 6.710
Browse files Browse the repository at this point in the history
  • Loading branch information
cketti committed Aug 18, 2023
1 parent e5bda54 commit 7aa919e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/k9mail/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
4 changes: 4 additions & 0 deletions app/ui/legacy/src/main/res/raw/changelog_master.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
Locale-specific versions are kept in res/raw-<locale qualifier>/changelog.xml.
-->
<changelog>
<release version="6.710" versioncode="37010" date="2023-08-18">
<change>Fixed bug where accounts using OAuth weren't set up properly in K-9 Mail 6.709</change>
<change>Moved "Show only subscribed folders" setting to "Folders" section</change>
</release>
<release version="6.709" versioncode="37009" date="2023-08-14">
<change>Enabled the new and improved account setup flow</change>
</release>
Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/37010.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 7aa919e

Please sign in to comment.