0
0
mirror of https://github.com/thunderbird/thunderbird-android.git synced 2024-09-19 19:52:14 +02:00

Move all :app:autodiscovery:* modules to :feature:autodiscovery

This commit is contained in:
cketti 2023-04-25 19:30:14 +02:00
parent 6e27fe5c84
commit 610d818f25
23 changed files with 9 additions and 9 deletions

View File

@ -6,8 +6,8 @@ plugins {
dependencies {
api(projects.app.ui.base)
implementation(projects.app.core)
implementation(projects.app.autodiscovery.api)
implementation(projects.app.autodiscovery.providersxml)
implementation(projects.feature.autodiscovery.api)
implementation(projects.feature.autodiscovery.providersxml)
implementation(projects.mail.common)
implementation(projects.uiUtils.toolbarBottomSheet)

View File

@ -5,7 +5,7 @@ plugins {
dependencies {
implementation(projects.app.core)
implementation(projects.mail.common)
implementation(projects.app.autodiscovery.api)
implementation(projects.feature.autodiscovery.api)
implementation(libs.timber)

View File

@ -4,7 +4,7 @@ plugins {
}
dependencies {
api(projects.app.autodiscovery.api)
api(projects.feature.autodiscovery.api)
implementation(libs.minidns.hla)
}

View File

@ -4,7 +4,7 @@ plugins {
}
dependencies {
api(projects.app.autodiscovery.api)
api(projects.feature.autodiscovery.api)
compileOnly(libs.xmlpull)
implementation(libs.okhttp)

View File

@ -35,15 +35,15 @@ include(
":app:storage",
":app:crypto-openpgp",
":app:testing",
":app:autodiscovery:api",
":app:autodiscovery:providersxml",
":app:autodiscovery:srvrecords",
":app:autodiscovery:thunderbird",
":app:html-cleaner",
)
include(
":feature:onboarding",
":feature:autodiscovery:api",
":feature:autodiscovery:providersxml",
":feature:autodiscovery:srvrecords",
":feature:autodiscovery:thunderbird",
)
include(