Version 5.725

This commit is contained in:
cketti 2020-11-18 19:47:26 +01:00
parent a92272f2ce
commit 1f586eb1aa
2 changed files with 7 additions and 2 deletions

View file

@ -49,8 +49,8 @@ android {
applicationId "com.fsck.k9"
testApplicationId "com.fsck.k9.tests"
versionCode 27024
versionName '5.725-SNAPSHOT'
versionCode 27025
versionName '5.725'
// Keep in sync with the resource string array 'supported_languages'
resConfigs "in", "br", "ca", "cs", "cy", "da", "de", "et", "en", "es", "eo", "eu", "fr", "gd", "gl", "hr",

View file

@ -8,6 +8,11 @@
They are automatically updated with "ant bump-version".
-->
<changelog>
<release version="5.725" versioncode="27025">
<change>Prefer email addresses marked as default in email auto-completion popup</change>
<change>Internal changes</change>
<change>Updated translations</change>
</release>
<release version="5.724" versioncode="27024">
<change>Fixed crash when trying to forward or reply to a message</change>
<change>Fixed crash when trying to compose a message from a search view</change>