Version 5.726
This commit is contained in:
parent
1259d372b6
commit
d29085774d
2 changed files with 8 additions and 2 deletions
|
@ -49,8 +49,8 @@ android {
|
|||
applicationId "com.fsck.k9"
|
||||
testApplicationId "com.fsck.k9.tests"
|
||||
|
||||
versionCode 27025
|
||||
versionName '5.726-SNAPSHOT'
|
||||
versionCode 27026
|
||||
versionName '5.726'
|
||||
|
||||
// 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,12 @@
|
|||
They are automatically updated with "ant bump-version".
|
||||
-->
|
||||
<changelog>
|
||||
<release version="5.726" versioncode="27026">
|
||||
<change>Updated password input fields to be able to reveal passwords</change>
|
||||
<change>Added support for going back to previous steps when setting up an account</change>
|
||||
<change>Fixed a couple of crashes</change>
|
||||
<change>Updated translations</change>
|
||||
</release>
|
||||
<release version="5.725" versioncode="27025">
|
||||
<change>Prefer email addresses marked as default in email auto-completion popup</change>
|
||||
<change>Internal changes</change>
|
||||
|
|
Loading…
Reference in a new issue