Skip to content

Commit

Permalink
Version 6.714
Browse files Browse the repository at this point in the history
  • Loading branch information
cketti committed Jan 4, 2024
1 parent 4a2dc4d commit f7a38a0
Show file tree
Hide file tree
Showing 3 changed files with 14 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 = 37013
versionName = "6.714-SNAPSHOT"
versionCode = 37014
versionName = "6.714"

// Keep in sync with the resource string array "supported_languages"
resourceConfigurations.addAll(
Expand Down
7 changes: 7 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,13 @@
Locale-specific versions are kept in res/raw-<locale qualifier>/changelog.xml.
-->
<changelog>
<release version="6.714" versioncode="37014" date="2024-01-04">
<change>Added screen to configure special folders during account setup</change>
<change>Added copy action to recipient dropdown in compose screen</change>
<change>Improved error messages during account setup</change>
<change>Internal changes</change>
<change>Updated translations</change>
</release>
<release version="6.713" versioncode="37013" date="2023-12-04">
<change>Note: For now please manually allow "alarms &amp; reminders" in Android's app settings when using Push on Android 14</change>
<change>Fixed crash when Push was enabled on Android 14</change>
Expand Down
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/37014.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- Added screen to configure special folders during account setup
- Added copy action to recipient dropdown in compose screen
- Improved error messages during account setup
- Internal changes
- Updated translations

0 comments on commit f7a38a0

Please sign in to comment.