File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
app-metadata/net.thunderbird.android.beta/en-US/changelogs Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1+ Thunderbird version 17.0b4
2+
3+ Fixed:
4+ - Application navigation and account switching could crash
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ android {
1414 applicationId = " net.thunderbird.android"
1515 testApplicationId = " net.thunderbird.android.tests"
1616
17- versionCode = 44
17+ versionCode = 45
1818 versionName = " 17.0"
1919
2020 buildConfigField(" String" , " CLIENT_INFO_APP_NAME" , " \" Thunderbird for Android\" " )
@@ -121,7 +121,7 @@ android {
121121 signingConfig = signingConfigs.getByType(SigningType .TB_BETA )
122122
123123 applicationIdSuffix = " .beta"
124- versionNameSuffix = " b3 "
124+ versionNameSuffix = " b4 "
125125
126126 isMinifyEnabled = true
127127 isShrinkResources = true
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<?xml-stylesheet type =" text/xsl" href =" changelog_style.xsl" ?>
33<changelog >
4+ <release version =" 17.0b4" versioncode =" 45" date =" 2026-02-24" >
5+ <change >Fixed: Application navigation and account switching could crash</change >
6+ </release >
47 <release version =" 17.0b3" versioncode =" 44" date =" 2026-02-17" >
58 <change >Fixed: Application could crash when rendering message list</change >
69 <change >Fixed: Avatar image updates did not propagate immediately</change >
You can’t perform that action at this time.
0 commit comments