0
0
mirror of https://github.com/thunderbird/thunderbird-android.git synced 2024-09-19 19:52:14 +02:00

Version 6.710

This commit is contained in:
cketti 2023-08-18 13:57:23 +02:00
parent e5bda54f3e
commit 7aa919e097
3 changed files with 8 additions and 2 deletions

View File

@ -50,8 +50,8 @@ android {
applicationId = "com.fsck.k9"
testApplicationId = "com.fsck.k9.tests"
versionCode = 37009
versionName = "6.710-SNAPSHOT"
versionCode = 37010
versionName = "6.710"
// Keep in sync with the resource string array "supported_languages"
resourceConfigurations.addAll(

View File

@ -5,6 +5,10 @@
Locale-specific versions are kept in res/raw-<locale qualifier>/changelog.xml.
-->
<changelog>
<release version="6.710" versioncode="37010" date="2023-08-18">
<change>Fixed bug where accounts using OAuth weren't set up properly in K-9 Mail 6.709</change>
<change>Moved "Show only subscribed folders" setting to "Folders" section</change>
</release>
<release version="6.709" versioncode="37009" date="2023-08-14">
<change>Enabled the new and improved account setup flow</change>
</release>

View File

@ -0,0 +1,2 @@
- Fixed bug where accounts using OAuth weren't set up properly in K-9 Mail 6.709
- Moved "Show only subscribed folders" setting to "Folders" section