Version 5.713
This commit is contained in:
parent
c0eddae91f
commit
03369f3c27
2 changed files with 5 additions and 2 deletions
|
@ -41,8 +41,8 @@ android {
|
|||
applicationId "com.fsck.k9"
|
||||
testApplicationId "com.fsck.k9.tests"
|
||||
|
||||
versionCode 27012
|
||||
versionName '5.713-SNAPSHOT'
|
||||
versionCode 27013
|
||||
versionName '5.713'
|
||||
|
||||
minSdkVersion buildConfig.minSdk
|
||||
targetSdkVersion buildConfig.targetSdk
|
||||
|
|
|
@ -8,6 +8,9 @@
|
|||
They are automatically updated with "ant bump-version".
|
||||
-->
|
||||
<changelog>
|
||||
<release version="5.713" versioncode="27013">
|
||||
<change>Fixed bug where reply/reply all/forward would open an empty new message screen</change>
|
||||
</release>
|
||||
<release version="5.712" versioncode="27012">
|
||||
<change>Fixed crash on startup with Android 7 and older</change>
|
||||
</release>
|
||||
|
|
Loading…
Reference in a new issue