0
0
mirror of https://github.com/thunderbird/thunderbird-android.git synced 2024-09-20 12:12:15 +02:00

Version 6.602

This commit is contained in:
cketti 2023-05-11 17:13:46 +02:00
parent e3c02c0a53
commit f95e22afc8
3 changed files with 6 additions and 2 deletions

View File

@ -45,8 +45,8 @@ android {
applicationId = "com.fsck.k9"
testApplicationId = "com.fsck.k9.tests"
versionCode = 36001
versionName = "6.601"
versionCode = 36002
versionName = "6.602"
// Keep in sync with the resource string array "supported_languages"
resourceConfigurations.addAll(

View File

@ -5,6 +5,9 @@
Locale-specific versions are kept in res/raw-<locale qualifier>/changelog.xml.
-->
<changelog>
<release version="6.602" versioncode="36002" date="2023-05-11">
<change>Change primary action in message view header from "reply all" to "reply"</change>
</release>
<release version="6.601" versioncode="36001" date="2023-04-18">
<change>Reverted changes to home screen widgets because apparently not every device vendor has incorporated the relevant fixes in Android 12+</change>
</release>

View File

@ -0,0 +1 @@
- Change primary action in message view header from "reply all" to "reply"