Repo created
This commit is contained in:
parent
75dc487a7a
commit
39c29d175b
6317 changed files with 388324 additions and 2 deletions
30
legacy/storage/build.gradle.kts
Normal file
30
legacy/storage/build.gradle.kts
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
plugins {
|
||||
id(ThunderbirdPlugins.Library.android)
|
||||
}
|
||||
|
||||
dependencies {
|
||||
api(libs.koin.core)
|
||||
|
||||
implementation(projects.core.logging.api)
|
||||
|
||||
implementation(projects.legacy.core)
|
||||
// Required for MigrationTo107
|
||||
implementation(projects.mail.common)
|
||||
implementation(projects.mail.protocols.imap)
|
||||
|
||||
implementation(libs.androidx.core.ktx)
|
||||
implementation(libs.mime4j.core)
|
||||
implementation(libs.commons.io)
|
||||
implementation(libs.moshi)
|
||||
|
||||
testImplementation(projects.core.logging.testing)
|
||||
testImplementation(projects.mail.testing)
|
||||
testImplementation(projects.feature.telemetry.noop)
|
||||
testImplementation(libs.robolectric)
|
||||
testImplementation(libs.commons.io)
|
||||
testImplementation(projects.core.featureflag)
|
||||
}
|
||||
|
||||
android {
|
||||
namespace = "com.fsck.k9.storage"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue