From 03369f3c27159147accedcdea768965312169803 Mon Sep 17 00:00:00 2001 From: cketti Date: Fri, 8 May 2020 23:18:57 +0200 Subject: [PATCH] Version 5.713 --- app/k9mail/build.gradle | 4 ++-- app/ui/src/main/res/xml/changelog_master.xml | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) 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