Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e231697c authored by shamim-emon's avatar shamim-emon
Browse files

refactor: delete module :legacy:account

parent 1ad45023
Loading
Loading
Loading
Loading

legacy/account/build.gradle.kts

deleted100644 → 0
+0 −18
Original line number Diff line number Diff line
plugins {
    id(ThunderbirdPlugins.Library.android)
    alias(libs.plugins.kotlin.parcelize)
}

android {
    namespace = "app.k9mail.legacy.account"
}

dependencies {
    api(projects.feature.notification)
    api(projects.mail.common)

    implementation(projects.core.account)
    implementation(projects.core.preferences)
    implementation(projects.core.mail.folder.api)
    implementation(projects.backend.api)
}
+0 −1
Original line number Diff line number Diff line
@@ -157,7 +157,6 @@ include(
)

include(
    ":legacy:account",
    ":legacy:common",
    ":legacy:core",
    ":legacy:crypto-openpgp",