Skip to content

Commit

Permalink
Version 6.904
Browse files Browse the repository at this point in the history
  • Loading branch information
wmontwe committed Jun 27, 2024
1 parent 8ef8304 commit 32037eb
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 @@ -42,8 +42,8 @@ android {
applicationId = "com.fsck.k9"
testApplicationId = "com.fsck.k9.tests"

versionCode = 39003
versionName = "6.904-SNAPSHOT"
versionCode = 39004
versionName = "6.904"

// Keep in sync with the resource string array "supported_languages"
resourceConfigurations.addAll(
Expand Down
2 changes: 2 additions & 0 deletions app-metadata/com.fsck.k9/en-US/changelogs/39004.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Fixed crash when split screen mode is enabled
- Updated translations
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.904" versioncode="39004" date="2024-06-27">
<change>Fixed crash when split screen mode is enabled</change>
<change>Updated translations</change>
</release>
<release version="6.903" versioncode="39003" date="2024-06-24">
<change>Fixed a crash when a message list swipe action was set to "None"</change>
</release>
Expand Down

0 comments on commit 32037eb

Please sign in to comment.