Skip to content

Commit

Permalink
Version 6.804
Browse files Browse the repository at this point in the history
  • Loading branch information
cketti committed Jun 7, 2024
1 parent 58988a3 commit 5cd9c1f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app-k9mail/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ android {
applicationId = "com.fsck.k9"
testApplicationId = "com.fsck.k9.tests"

versionCode = 38003
versionName = "6.803"
versionCode = 38004
versionName = "6.804"

// Keep in sync with the resource string array "supported_languages"
resourceConfigurations.addAll(
Expand Down
3 changes: 3 additions & 0 deletions app-metadata/com.fsck.k9/en-US/changelogs/38004.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Added a workaround for a crash when the system is restarting the Push foreground service
- Updated the app to target the Android 14 API
- Updated translations
5 changes: 5 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,11 @@
Locale-specific versions are kept in res/raw-<locale qualifier>/changelog.xml.
-->
<changelog>
<release version="6.804" versioncode="38004" date="2024-06-07">
<change>Added a workaround for a crash when the system is restarting the Push foreground service</change>
<change>Updated the app to target the Android 14 API</change>
<change>Updated translations</change>
</release>
<release version="6.803" versioncode="38003" date="2024-05-10">
<change>Ask for permission to schedule alarms before allowing to enable Push on Android 12+</change>
<change>Updated translations</change>
Expand Down

0 comments on commit 5cd9c1f

Please sign in to comment.