Skip to content

Commit

Permalink
Version 6.709
Browse files Browse the repository at this point in the history
  • Loading branch information
cketti committed Aug 14, 2023
1 parent 8acf174 commit 7784d37
Show file tree
Hide file tree
Showing 3 changed files with 6 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 = 37008
versionName = "6.709-SNAPSHOT"
versionCode = 37009
versionName = "6.709"

// Keep in sync with the resource string array "supported_languages"
resourceConfigurations.addAll(
Expand Down
3 changes: 3 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,9 @@
Locale-specific versions are kept in res/raw-<locale qualifier>/changelog.xml.
-->
<changelog>
<release version="6.709" versioncode="37009" date="2023-08-14">
<change>Enabled the new and improved account setup flow</change>
</release>
<release version="6.708" versioncode="37008" date="2023-08-08">
<change>Changed compose icon in the message list widget to match the icon inside the app</change>
<change>Added information about the read state of a message to the data read by screen readers</change>
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/37009.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Enabled the new and improved account setup flow

0 comments on commit 7784d37

Please sign in to comment.