Skip to content

Commit

Permalink
Version 6.713
Browse files Browse the repository at this point in the history
  • Loading branch information
cketti committed Dec 4, 2023
1 parent 891294f commit 946090e
Show file tree
Hide file tree
Showing 3 changed files with 10 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 = 37012
versionName = "6.713-SNAPSHOT"
versionCode = 37013
versionName = "6.713"

// Keep in sync with the resource string array "supported_languages"
resourceConfigurations.addAll(
Expand Down
5 changes: 5 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,11 @@
Locale-specific versions are kept in res/raw-<locale qualifier>/changelog.xml.
-->
<changelog>
<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>
<change>IMAP: Improved handling of the response to the MOVE command</change>
</release>
<release version="6.712" versioncode="37012" date="2023-11-30">
<change>New server settings screens are now also used when editing an existing account</change>
<change>Made it harder to accidentally trigger swipe actions in the message list screen</change>
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/37013.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Note: For now please manually allow "alarms & reminders" in Android's app settings when using Push on Android 14
- Fixed crash when Push was enabled on Android 14
- IMAP: Improved handling of the response to the MOVE command

0 comments on commit 946090e

Please sign in to comment.