Rename app:k9mail module to app:common

This commit is contained in:
Wolf-Martell Montwé 2024-01-10 18:17:09 +01:00
parent b88f23a18e
commit c88df81c90
No known key found for this signature in database
GPG key ID: 6D45B21512ACBF72
73 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@ if (testCoverageEnabled) {
}
dependencies {
implementation(projects.app.k9mail)
implementation(projects.app.common)
implementation(projects.app.core)
implementation(projects.app.ui.legacy)

View file

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

View file

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View file

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

View file

Before

Width:  |  Height:  |  Size: 1,011 B

After

Width:  |  Height:  |  Size: 1,011 B

View file

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

View file

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

View file

@ -27,7 +27,7 @@ include(
)
include(
":app:k9mail",
":app:common",
":app:ui:base",
":app:ui:legacy",
":app:ui:message-list-widget",