From 3a379646a04263492eb1281f3daf94b665543933 Mon Sep 17 00:00:00 2001 From: cketti Date: Fri, 21 Jun 2024 17:27:55 +0200 Subject: [PATCH] Prepare for version 6.903 --- app-k9mail/build.gradle.kts | 2 +- app/ui/legacy/src/main/res/raw/changelog_master.xml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/app-k9mail/build.gradle.kts b/app-k9mail/build.gradle.kts index 5d34315af2d..bc3700f6c16 100644 --- a/app-k9mail/build.gradle.kts +++ b/app-k9mail/build.gradle.kts @@ -42,7 +42,7 @@ android { testApplicationId = "com.fsck.k9.tests" versionCode = 39002 - versionName = "6.902" + versionName = "6.903-SNAPSHOT" // Keep in sync with the resource string array "supported_languages" resourceConfigurations.addAll( diff --git a/app/ui/legacy/src/main/res/raw/changelog_master.xml b/app/ui/legacy/src/main/res/raw/changelog_master.xml index 5474d7425f3..a5634c9b3fa 100644 --- a/app/ui/legacy/src/main/res/raw/changelog_master.xml +++ b/app/ui/legacy/src/main/res/raw/changelog_master.xml @@ -5,6 +5,9 @@ Locale-specific versions are kept in res/raw-/changelog.xml. --> + + Placeholder + Changed a lot of internals to migrate to Material 3. Please note that the Material 3 UI is still in an early state. Changed the order of toolbar actions in the message view to match the order in multi-select mode