Repo created
This commit is contained in:
parent
75dc487a7a
commit
39c29d175b
6317 changed files with 388324 additions and 2 deletions
27
feature/account/storage/legacy/build.gradle.kts
Normal file
27
feature/account/storage/legacy/build.gradle.kts
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
plugins {
|
||||
id(ThunderbirdPlugins.Library.android)
|
||||
}
|
||||
|
||||
android {
|
||||
namespace = "net.thunderbird.feature.account.storage.legacy"
|
||||
}
|
||||
|
||||
dependencies {
|
||||
api(projects.feature.account.storage.api)
|
||||
|
||||
implementation(projects.feature.notification.api)
|
||||
implementation(projects.feature.mail.account.api)
|
||||
implementation(projects.feature.mail.folder.api)
|
||||
|
||||
implementation(projects.core.logging.api)
|
||||
implementation(projects.core.preference.api)
|
||||
|
||||
implementation(projects.mail.common)
|
||||
|
||||
implementation(projects.core.android.account)
|
||||
|
||||
implementation(libs.moshi)
|
||||
|
||||
testImplementation(projects.feature.account.fake)
|
||||
testImplementation(projects.mail.protocols.imap)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue