Repo created
This commit is contained in:
parent
75dc487a7a
commit
39c29d175b
6317 changed files with 388324 additions and 2 deletions
48
app-common/build.gradle.kts
Normal file
48
app-common/build.gradle.kts
Normal file
|
|
@ -0,0 +1,48 @@
|
|||
plugins {
|
||||
id(ThunderbirdPlugins.Library.android)
|
||||
}
|
||||
|
||||
android {
|
||||
namespace = "net.thunderbird.app.common"
|
||||
|
||||
buildFeatures {
|
||||
buildConfig = true
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
api(projects.legacy.common)
|
||||
api(projects.legacy.ui.legacy)
|
||||
|
||||
api(projects.feature.account.core)
|
||||
api(projects.feature.launcher)
|
||||
api(projects.feature.navigation.drawer.api)
|
||||
|
||||
implementation(projects.legacy.core)
|
||||
implementation(projects.core.android.account)
|
||||
|
||||
implementation(projects.core.logging.api)
|
||||
implementation(projects.core.logging.implComposite)
|
||||
implementation(projects.core.logging.implConsole)
|
||||
implementation(projects.core.logging.implLegacy)
|
||||
implementation(projects.core.logging.implFile)
|
||||
|
||||
implementation(projects.core.featureflag)
|
||||
implementation(projects.core.ui.legacy.theme2.common)
|
||||
|
||||
implementation(projects.feature.account.avatar.api)
|
||||
implementation(projects.feature.account.avatar.impl)
|
||||
implementation(projects.feature.account.setup)
|
||||
implementation(projects.feature.mail.account.api)
|
||||
implementation(projects.feature.migration.provider)
|
||||
implementation(projects.feature.notification.api)
|
||||
implementation(projects.feature.notification.impl)
|
||||
implementation(projects.feature.widget.messageList)
|
||||
|
||||
implementation(projects.mail.protocols.imap)
|
||||
|
||||
implementation(libs.androidx.work.runtime)
|
||||
implementation(libs.androidx.lifecycle.process)
|
||||
|
||||
testImplementation(projects.feature.account.fake)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue