Skip to content

Commit

Permalink
Release: K-9 Mail 9.0b2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 29, 2024
1 parent aaecbd1 commit a528da6
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app-k9mail/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ android {
applicationId = "com.fsck.k9"
testApplicationId = "com.fsck.k9.tests"

versionCode = 39016
versionCode = 39017
versionName = "9.0"
versionNameSuffix = "b1"
versionNameSuffix = "b2"

// Keep in sync with the resource string array "supported_languages"
resourceConfigurations.addAll(
Expand Down
6 changes: 5 additions & 1 deletion app-k9mail/src/main/res/raw/changelog_master.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@
Locale-specific versions are kept in res/raw-<locale qualifier>/changelog.xml.
-->
<changelog>
<release version="9.0b1" versioncode="39016" date="2024-11-19">
<release version="9.0b2" versioncode="39017" date="2024-11-28">
<change>K-9 Mail Needs Your Support! You can now support development with financial contributions via in-app purchases (Google Play variant) or through our fundraising page (FOSS variant).</change>
<change>Help text linking to support page added for Gmail login issues</change>
<change>Funding text updated to be more engaging and appealing</change>
</release> <release version="9.0b1" versioncode="39016" date="2024-11-19">
<change>Account initials now use the display name, improving customizability</change>
<change>Account icons remain in the same position when selected</change>
<change>Unified inbox enabled only when multiple accounts are configured</change>
Expand Down
3 changes: 3 additions & 0 deletions app-metadata/com.fsck.k9/en-US/changelogs/39017.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- K-9 Mail Needs Your Support! You can now support development with financial contributions via in-app purchases (Google Play variant) or through our fundraising page (FOSS variant).
- Help text linking to support page added for Gmail login issues
- Funding text updated to be more engaging and appealing
2 changes: 1 addition & 1 deletion metadata

0 comments on commit a528da6

Please sign in to comment.