Skip to content

Commit

Permalink
Change project name to tfa (Thunderbird for Android)
Browse files Browse the repository at this point in the history
  • Loading branch information
wmontwe committed Feb 20, 2025
1 parent e3eab6b commit 27bc51d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 27bc51d

Please sign in to comment.