Version 6.707

This commit is contained in:
cketti 2023-06-19 13:38:23 +02:00
parent 13150fe2e1
commit 955dc2380b
3 changed files with 6 additions and 2 deletions

View file

@ -44,8 +44,8 @@ android {
applicationId = "com.fsck.k9"
testApplicationId = "com.fsck.k9.tests"
versionCode = 37006
versionName = "6.707-SNAPSHOT"
versionCode = 37007
versionName = "6.707"
// Keep in sync with the resource string array "supported_languages"
resourceConfigurations.addAll(

View file

@ -5,6 +5,9 @@
Locale-specific versions are kept in res/raw-<locale qualifier>/changelog.xml.
-->
<changelog>
<release version="6.707" versioncode="37007" date="2023-06-19">
<change>Fixed bug where navigating to a different screen after using the system back button/gesture could crash the app</change>
</release>
<release version="6.706" versioncode="37006" date="2023-06-16">
<change>Fixed a bug that lead to folders appearing to be empty</change>
<change>Don't use nickname as display name when auto-completing recipient using the nickname</change>

View file

@ -0,0 +1 @@
- Fixed bug where navigating to a different screen after using the system back button/gesture could crash the app