Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 876e3084 authored by thunderbird-botmobile's avatar thunderbird-botmobile
Browse files

Release: Thunderbird Beta 14.0b3

parent 4f39765d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
Thunderbird for Android version 14.0b3, based on K-9 Mail. Changes include:
- Thunderbird could crash after deleting an account
 No newline at end of file
+2 −2
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ android {
        applicationId = "net.thunderbird.android"
        testApplicationId = "net.thunderbird.android.tests"

        versionCode = 33
        versionCode = 34
        versionName = "14.0"

        buildConfigField("String", "CLIENT_INFO_APP_NAME", "\"Thunderbird for Android\"")
@@ -121,7 +121,7 @@ android {
            signingConfig = signingConfigs.getByType(SigningType.TB_BETA)

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

            isMinifyEnabled = true
            isShrinkResources = true
+3 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="changelog_style.xsl"?>
<changelog>
    <release version="14.0b3" versioncode="34" date="2025-10-27">
        <change>Thunderbird could crash when deleting an account and returning to the message list</change>
    </release>
    <release version="14.0b2" versioncode="33" date="2025-10-22">
        <change>Messages could not be fetched in 14.0b1</change>
    </release>