Version 5.707

This commit is contained in:
cketti 2020-03-06 15:50:07 +01:00
parent 17967c1af9
commit 9909e8f290
2 changed files with 7 additions and 2 deletions

View file

@ -40,8 +40,8 @@ android {
applicationId "com.fsck.k9"
testApplicationId "com.fsck.k9.tests"
versionCode 27006
versionName '5.707-SNAPSHOT'
versionCode 27007
versionName '5.707'
minSdkVersion buildConfig.minSdk
targetSdkVersion buildConfig.targetSdk

View file

@ -8,6 +8,11 @@
They are automatically updated with "ant bump-version".
-->
<changelog>
<release version="5.707" versioncode="27007">
<change>Fixed a bug in the new 'back button opens default folder' code</change>
<change>Fixed a crash on Android 5.x devices with old WebView versions</change>
<change>Fixed theme issues in some settings screens</change>
</release>
<release version="5.706" versioncode="27006">
<change>Unified Inbox is now opened by default (if enabled)</change>
<change>Back button now opens default folder before exiting the app</change>