diff --git a/FAQ.md b/FAQ.md index d990dbbf6a..02f5557920 100644 --- a/FAQ.md +++ b/FAQ.md @@ -2033,7 +2033,7 @@ This gives you a choice to leave new message notifications as a reminder that th On Android 7 Nougat and later new message notifications will be [grouped](https://developer.android.com/training/notify-user/group). Tapping on the summary notification will open the unified inbox. The summary notification can be expanded to view individual new message notifications. -Tapping on an individual new message notification will open the conversation the message is part of. +Tapping on an individual new message notification will open the conversation the message it is part of. See [this FAQ](#user-content-faq70) about when messages in a conversation will be auto expanded and marked read.
diff --git a/app/build.gradle b/app/build.gradle index 3389176667..6233e1105e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -13,8 +13,8 @@ android { applicationId "eu.faircode.email" minSdkVersion 21 targetSdkVersion 29 - versionCode 627 - versionName "1.627" + versionCode 628 + versionName "1.628" archivesBaseName = "FairEmail-v$versionName" // https://en.wikipedia.org/wiki/List_of_dinosaur_genera