Skip to content

Commit

Permalink
Version 5.916
Browse files Browse the repository at this point in the history
  • Loading branch information
cketti committed Apr 11, 2022
1 parent bd76b75 commit 58b4cb0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/k9mail/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ android {
applicationId "com.fsck.k9"
testApplicationId "com.fsck.k9.tests"

versionCode 29015
versionName '5.916-SNAPSHOT'
versionCode 29016
versionName '5.916'

// Keep in sync with the resource string array 'supported_languages'
resConfigs "in", "br", "ca", "cs", "cy", "da", "de", "et", "en", "en_GB", "es", "eo", "eu", "fr", "gd", "gl",
Expand Down
4 changes: 4 additions & 0 deletions app/ui/legacy/src/main/res/raw/changelog_master.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
Locale-specific versions are kept in res/raw-<locale qualifier>/changelog.xml.
-->
<changelog>
<release version="5.916" versioncode="29016" date="2022-04-12">
<change>Fixed bug that crashed the app when setting a notification sound on certain devices</change>
<change>Fixed crash when rotating the device while a delete confirmation dialog was showing</change>
</release>
<release version="5.915" versioncode="29015" date="2022-04-06">
<change>Fixed settings import</change>
<change>Fixed bug where the configuration of a notification category wasn't properly synced with in-app notification settings</change>
Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/29016.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Fixed bug that crashed the app when setting a notification sound on certain devices
- Fixed crash when rotating the device while a delete confirmation dialog was showing

0 comments on commit 58b4cb0

Please sign in to comment.