Skip to content

Commit

Permalink
Version 5.503
Browse files Browse the repository at this point in the history
  • Loading branch information
cketti committed Apr 2, 2018
1 parent 2501144 commit 83fc4c8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions k9mail/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ android {
applicationId "com.fsck.k9"
testApplicationId "com.fsck.k9.tests"

versionCode 25020
versionName '5.502'
versionCode 25030
versionName '5.503'

minSdkVersion 15
targetSdkVersion 22
Expand Down
4 changes: 4 additions & 0 deletions k9mail/src/main/res/xml/changelog_master.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
They are automatically updated with "ant bump-version".
-->
<changelog>
<release version="5.503" versioncode="25030">
<change>Fixed bug with some soft keyboards when auto-completing recipients</change>
<change>Fixed crash when decrypting messages</change>
</release>
<release version="5.502" versioncode="25020">
<change>Updated translations</change>
</release>
Expand Down

0 comments on commit 83fc4c8

Please sign in to comment.