Merge branch '5.103_with_bugfixes'

Make sure 5.105 can be found in master branch
This commit is contained in:
cketti 2015-03-14 12:28:20 +01:00
commit d528864a25
2 changed files with 5 additions and 2 deletions

View File

@ -2,8 +2,8 @@
<manifest
package="com.fsck.k9"
xmlns:android="http://schemas.android.com/apk/res/android"
android:versionCode="23040"
android:versionName="5.104">
android:versionCode="23050"
android:versionName="5.105">
<uses-feature
android:name="android.hardware.touchscreen"

View File

@ -8,6 +8,9 @@
They are automatically updated with "ant bump-version".
-->
<changelog>
<release version="5.105" versioncode="23050">
<change>Reverted all changes introduced with v5.104 except for the bugfixes related to Android 5.1</change>
</release>
<release version="5.104" versioncode="23040">
<change>Fixed crash when selecting multiple messages on Android 5.1</change>
<change>Fixed settings export</change>