Version 5.741

This commit is contained in:
cketti 2021-07-22 21:10:23 +02:00
parent bd541f5825
commit 8038ef4514
2 changed files with 5 additions and 2 deletions

View file

@ -46,8 +46,8 @@ android {
applicationId "com.fsck.k9"
testApplicationId "com.fsck.k9.tests"
versionCode 27040
versionName '5.740'
versionCode 27041
versionName '5.741'
// Keep in sync with the resource string array 'supported_languages'
resConfigs "in", "br", "ca", "cs", "cy", "da", "de", "et", "en", "en_GB", "es", "eo", "eu", "fr", "gd", "gl",

View file

@ -5,6 +5,9 @@
Locale-specific versions are kept in res/raw-<locale qualifier>/changelog.xml.
-->
<changelog>
<release version="5.741" versioncode="27041" date="2021-07-22">
<change>Updated translations</change>
</release>
<release version="5.740" versioncode="27040" date="2021-07-16">
<change>Added an info screen when tapping the Push notification</change>
<change>Fixed a couple of crashes related to Push</change>