Skip to content

Commit

Permalink
Rename app:k9mail module to app:common
Browse files Browse the repository at this point in the history
  • Loading branch information
wmontwe committed Jan 10, 2024
1 parent 7e75ba3 commit d49dc2c
Show file tree
Hide file tree
Showing 73 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app-k9mail/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if (testCoverageEnabled) {
}

dependencies {
implementation(projects.app.k9mail)
implementation(projects.app.common)

implementation(projects.app.core)
implementation(projects.app.ui.legacy)
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ include(
)

include(
":app:k9mail",
":app:common",
":app:ui:base",
":app:ui:legacy",
":app:ui:message-list-widget",
Expand Down

0 comments on commit d49dc2c

Please sign in to comment.