mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-23 18:02:15 -05:00
Merge branch '5.103_with_bugfixes'
Make sure 5.105 can be found in master branch
This commit is contained in:
commit
d528864a25
@ -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"
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user