From 27bc51d277327414463e4c0ab6f2c9ed2b921eb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolf-Martell=20Montwe=CC=81?= Date: Thu, 20 Feb 2025 11:08:17 +0100 Subject: [PATCH] Change project name to tfa (Thunderbird for Android) --- settings.gradle.kts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/settings.gradle.kts b/settings.gradle.kts index d92b315e6af..f785fa1aa18 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -19,12 +19,14 @@ dependencyResolutionManagement { enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS") -rootProject.name = "k-9" +// Thunderbird for Android +rootProject.name = "tfa" include( ":app-k9mail", ":app-thunderbird", ":app-ui-catalog", + ":app-ui-preview", ) include(