Rename app:k9mail
module to app:common
|
@ -9,7 +9,7 @@ if (testCoverageEnabled) {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation(projects.app.k9mail)
|
implementation(projects.app.common)
|
||||||
|
|
||||||
implementation(projects.app.core)
|
implementation(projects.app.core)
|
||||||
implementation(projects.app.ui.legacy)
|
implementation(projects.app.ui.legacy)
|
||||||
|
|
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 1,011 B After Width: | Height: | Size: 1,011 B |
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 4.2 KiB |
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.9 KiB |
|
@ -27,7 +27,7 @@ include(
|
||||||
)
|
)
|
||||||
|
|
||||||
include(
|
include(
|
||||||
":app:k9mail",
|
":app:common",
|
||||||
":app:ui:base",
|
":app:ui:base",
|
||||||
":app:ui:legacy",
|
":app:ui:legacy",
|
||||||
":app:ui:message-list-widget",
|
":app:ui:message-list-widget",
|
||||||
|
|