Version 6.502

This commit is contained in:
cketti 2023-01-16 11:58:07 +01:00
parent 354cfcaf81
commit 3df7f26bdc
3 changed files with 6 additions and 2 deletions

View file

@ -49,8 +49,8 @@ android {
applicationId "com.fsck.k9" applicationId "com.fsck.k9"
testApplicationId "com.fsck.k9.tests" testApplicationId "com.fsck.k9.tests"
versionCode 35001 versionCode 35002
versionName '6.501' versionName '6.502'
// Keep in sync with the resource string array 'supported_languages' // 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", 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. Locale-specific versions are kept in res/raw-<locale qualifier>/changelog.xml.
--> -->
<changelog> <changelog>
<release version="6.502" versioncode="35002" date="2023-01-16">
<change>Fixed crash at app startup</change>
</release>
<release version="6.501" versioncode="35001" date="2023-01-09"> <release version="6.501" versioncode="35001" date="2023-01-09">
<change>Delete spam messages immediately without moving them to the trash folder</change> <change>Delete spam messages immediately without moving them to the trash folder</change>
<change>Changed the way home screen widgets are disabled when there is no account set up to work around a bug in Android versions prior to 12</change> <change>Changed the way home screen widgets are disabled when there is no account set up to work around a bug in Android versions prior to 12</change>

View file

@ -0,0 +1 @@
- Fixed crash at app startup