Version 5.725
This commit is contained in:
parent
a92272f2ce
commit
1f586eb1aa
2 changed files with 7 additions and 2 deletions
|
@ -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",
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue