Skip to content

Commit

Permalink
Version 6.901
Browse files Browse the repository at this point in the history
  • Loading branch information
cketti committed May 15, 2024
1 parent d8fdb4b commit b89b122
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 @@ -36,8 +36,8 @@ android {
applicationId = "com.fsck.k9"
testApplicationId = "com.fsck.k9.tests"

versionCode = 39000
versionName = "6.901-SNAPSHOT"
versionCode = 39001
versionName = "6.901"

// Keep in sync with the resource string array "supported_languages"
resourceConfigurations.addAll(
Expand Down
1 change: 1 addition & 0 deletions app-metadata/com.fsck.k9/en-US/changelogs/39001.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Fixed a crash when opening the screen to compose a message
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.901" versioncode="39001" date="2024-05-15">
<change>Fixed a crash when opening the screen to compose a message</change>
</release>
<release version="6.900" versioncode="39000" date="2024-05-15">
<change>Started converting the user interface to Material 3</change>
<change>Added support for mailto: URI on NFC tag</change>
Expand Down

0 comments on commit b89b122

Please sign in to comment.