Repo created
This commit is contained in:
parent
a629de6271
commit
3cef7c5092
2161 changed files with 246605 additions and 2 deletions
23
app/storage/build.gradle.kts
Normal file
23
app/storage/build.gradle.kts
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
plugins {
|
||||
id(ThunderbirdPlugins.Library.android)
|
||||
}
|
||||
|
||||
dependencies {
|
||||
api(libs.koin.core)
|
||||
|
||||
implementation(projects.app.core)
|
||||
implementation(libs.androidx.core.ktx)
|
||||
implementation(libs.timber)
|
||||
implementation(libs.mime4j.core)
|
||||
implementation(libs.commons.io)
|
||||
implementation(libs.moshi)
|
||||
|
||||
testImplementation(projects.mail.testing)
|
||||
testImplementation(projects.app.testing)
|
||||
testImplementation(libs.robolectric)
|
||||
testImplementation(libs.commons.io)
|
||||
}
|
||||
|
||||
android {
|
||||
namespace = "com.fsck.k9.storage"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue