diff --git a/app/k9mail/build.gradle b/app/k9mail/build.gradle index 5489877c0..b1973cec0 100644 --- a/app/k9mail/build.gradle +++ b/app/k9mail/build.gradle @@ -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 diff --git a/app/ui/src/main/res/xml/changelog_master.xml b/app/ui/src/main/res/xml/changelog_master.xml index ae3cc1b1f..1ba9eea71 100644 --- a/app/ui/src/main/res/xml/changelog_master.xml +++ b/app/ui/src/main/res/xml/changelog_master.xml @@ -8,6 +8,9 @@ They are automatically updated with "ant bump-version". --> + + Fixed bug where reply/reply all/forward would open an empty new message screen + Fixed crash on startup with Android 7 and older