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

Commit 88baee00 authored by thunderbird-botmobile's avatar thunderbird-botmobile
Browse files

Release: Thunderbird Beta 13.0b4

parent 588bf907
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
Thunderbird for Android version 13.0b4, based on K-9 Mail. Changes include:
- Sync could cause "IllegalStateException: No outbox_state entry for message id" error
 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 = 29
        versionCode = 30
        versionName = "13.0"

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

            applicationIdSuffix = ".beta"
            versionNameSuffix = "b3"
            versionNameSuffix = "b4"

            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="13.0b4" versioncode="30" date="2025-09-29">
        <change>Sync could cause &#34;IllegalStateException: No outbox_state entry for message id&#34; error</change>
    </release>
    <release version="13.0b3" versioncode="29" date="2025-09-22">
        <change>Updating to 13.0b2 offline with IMAP prefix caused migration failure and data loss</change>
        <change>App crashed on startup when no folders were available after data loss</change>