0
0
mirror of https://github.com/thunderbird/thunderbird-android.git synced 2024-09-20 04:02:14 +02:00

Version 6.903

This commit is contained in:
cketti 2024-06-24 14:12:49 +02:00
parent 689bbb028e
commit 6b459664ba
3 changed files with 4 additions and 3 deletions

View File

@ -41,8 +41,8 @@ android {
applicationId = "com.fsck.k9"
testApplicationId = "com.fsck.k9.tests"
versionCode = 39002
versionName = "6.903-SNAPSHOT"
versionCode = 39003
versionName = "6.903"
// Keep in sync with the resource string array "supported_languages"
resourceConfigurations.addAll(

View File

@ -0,0 +1 @@
- Fixed a crash when a message list swipe action was set to "None"

View File

@ -5,7 +5,7 @@
Locale-specific versions are kept in res/raw-<locale qualifier>/changelog.xml.
-->
<changelog>
<release version="6.903" versioncode="39003" date="unreleased">
<release version="6.903" versioncode="39003" date="2024-06-24">
<change>Fixed a crash when a message list swipe action was set to "None"</change>
</release>
<release version="6.902" versioncode="39002" date="2024-06-21">