mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-23 09:52:16 -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
|
<manifest
|
||||||
package="com.fsck.k9"
|
package="com.fsck.k9"
|
||||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
android:versionCode="23040"
|
android:versionCode="23050"
|
||||||
android:versionName="5.104">
|
android:versionName="5.105">
|
||||||
|
|
||||||
<uses-feature
|
<uses-feature
|
||||||
android:name="android.hardware.touchscreen"
|
android:name="android.hardware.touchscreen"
|
||||||
|
@ -8,6 +8,9 @@
|
|||||||
They are automatically updated with "ant bump-version".
|
They are automatically updated with "ant bump-version".
|
||||||
-->
|
-->
|
||||||
<changelog>
|
<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">
|
<release version="5.104" versioncode="23040">
|
||||||
<change>Fixed crash when selecting multiple messages on Android 5.1</change>
|
<change>Fixed crash when selecting multiple messages on Android 5.1</change>
|
||||||
<change>Fixed settings export</change>
|
<change>Fixed settings export</change>
|
||||||
|
Loading…
Reference in New Issue
Block a user