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 18.0b2
2+
3+ Fixed:
4+ - Crash occurred when attaching attachment
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 = 46
17+ versionCode = 47
1818 versionName = " 18.0"
1919
2020 buildConfigField(" String" , " CLIENT_INFO_APP_NAME" , " \" Thunderbird for Android\" " )
@@ -110,7 +110,7 @@ android {
110110 signingConfig = signingConfigs.getByType(SigningType .TB_BETA )
111111
112112 applicationIdSuffix = " .beta"
113- versionNameSuffix = " b1 "
113+ versionNameSuffix = " b2 "
114114
115115 isMinifyEnabled = ! isCI
116116 isShrinkResources = ! isCI
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 =" 18.0b2" versioncode =" 47" date =" 2026-03-18" >
5+ <change >Fixed: Crash occurred when attaching attachment</change >
6+ </release >
47 <release version =" 18.0b1" versioncode =" 46" date =" 2026-03-16" >
58 <change >New: Add support for PNG avatars</change >
69 <change >New: Add setting to display ISO date and time in message list</change >
You can’t perform that action at this time.
0 commit comments