Skip to content

Commit

Permalink
Release: Thunderbird Beta 9.0b3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 12, 2024
1 parent c15646c commit 2e7ec15
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Thunderbird for Android version 9.0b3, based on K-9 Mail. Changes include:
- Hyperlink added to Thunderbird website on funding page
- Use autoconfig server after MX lookup for email providers
- Messages are now always marked as read during archiving
4 changes: 2 additions & 2 deletions app-thunderbird/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ android {
applicationId = "net.thunderbird.android"
testApplicationId = "net.thunderbird.android.tests"

versionCode = 10
versionCode = 11
versionName = "9.0"

// Keep in sync with the resource string array "supported_languages"
Expand Down Expand Up @@ -120,7 +120,7 @@ android {
signingConfig = signingConfigs.getByType(SigningType.TB_BETA)

applicationIdSuffix = ".beta"
versionNameSuffix = "b2"
versionNameSuffix = "b3"

isMinifyEnabled = true
isShrinkResources = true
Expand Down
5 changes: 5 additions & 0 deletions app-thunderbird/src/main/res/raw/changelog_master.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
Locale-specific versions are kept in res/raw-<locale qualifier>/changelog.xml.
-->
<changelog>
<release version="9.0b3" versioncode="11" date="2024-12-11">
<change>Hyperlink added to Thunderbird website on funding page</change>
<change>Use autoconfig server after MX lookup for email providers</change>
<change>Messages are now always marked as read during archiving</change>
</release>
<release version="9.0b2" versioncode="10" date="2024-11-28">
<change>Help text linking to support page added for Gmail login issues</change>
<change>Funding text updated to be more engaging and appealing</change>
Expand Down
2 changes: 1 addition & 1 deletion metadata

0 comments on commit 2e7ec15

Please sign in to comment.