Skip to content

Commit

Permalink
Version 6.703
Browse files Browse the repository at this point in the history
  • Loading branch information
cketti committed May 8, 2023
1 parent 261848e commit 0df1fa5
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.kts
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ android {
applicationId = "com.fsck.k9"
testApplicationId = "com.fsck.k9.tests"

versionCode = 37002
versionName = "6.703-SNAPSHOT"
versionCode = 37003
versionName = "6.703"

// Keep in sync with the resource string array "supported_languages"
resourceConfigurations.addAll(
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="6.703" versioncode="37003" date="2023-05-08">
<change>Internal changes</change>
<change>Updated translations</change>
</release>
<release version="6.702" versioncode="37002" date="2023-05-02">
<change>Fixed crash when the compose screen goes to the background, e.g. when adding an attachment</change>
<change>Updated translations</change>
Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/37003.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Internal changes
- Updated translations

0 comments on commit 0df1fa5

Please sign in to comment.