Skip to content

Commit

Permalink
Rename app module to legacy
Browse files Browse the repository at this point in the history
  • Loading branch information
wmontwe committed Jul 2, 2024
1 parent b309c79 commit 6785a2a
Show file tree
Hide file tree
Showing 1,193 changed files with 40 additions and 40 deletions.
2 changes: 1 addition & 1 deletion app-common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

dependencies {
api(projects.app.common)
api(projects.legacy.common)
}

android {
Expand Down
4 changes: 2 additions & 2 deletions app-k9mail/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ dependencies {
implementation(projects.core.ui.legacy.theme2.k9mail)
implementation(projects.feature.launcher)

implementation(projects.app.core)
implementation(projects.app.ui.legacy)
implementation(projects.legacy.core)
implementation(projects.legacy.ui.legacy)

implementation(projects.feature.widget.messageList)
implementation(projects.feature.widget.shortcut)
Expand Down
4 changes: 2 additions & 2 deletions app-thunderbird/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ dependencies {
implementation(projects.core.ui.legacy.theme2.thunderbird)
implementation(projects.feature.launcher)

implementation(projects.app.core)
implementation(projects.app.ui.legacy)
implementation(projects.legacy.core)
implementation(projects.legacy.ui.legacy)

implementation(projects.feature.widget.messageList)
implementation(projects.feature.widget.shortcut)
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion feature/launcher/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ android {

dependencies {
implementation(projects.core.ui.compose.designsystem)
implementation(projects.app.ui.base)
implementation(projects.legacy.ui.base)
implementation(projects.feature.onboarding.main)
implementation(projects.feature.settings.import)
implementation(projects.feature.account.setup)
Expand Down
4 changes: 2 additions & 2 deletions feature/settings/import/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ android {
}

dependencies {
implementation(projects.app.core)
implementation(projects.app.ui.base)
implementation(projects.legacy.core)
implementation(projects.legacy.ui.base)
implementation(projects.core.ui.compose.designsystem)
implementation(projects.core.ui.legacy.designsystem)

Expand Down
4 changes: 2 additions & 2 deletions feature/widget/message-list/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ plugins {
}

dependencies {
implementation(projects.app.ui.legacy)
implementation(projects.app.core)
implementation(projects.legacy.ui.legacy)
implementation(projects.legacy.core)

implementation(libs.timber)
}
Expand Down
4 changes: 2 additions & 2 deletions feature/widget/shortcut/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ plugins {
}

dependencies {
implementation(projects.app.ui.legacy)
implementation(projects.app.core)
implementation(projects.legacy.ui.legacy)
implementation(projects.legacy.core)
}

android {
Expand Down
4 changes: 2 additions & 2 deletions feature/widget/unread/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ plugins {
}

dependencies {
implementation(projects.app.ui.legacy)
implementation(projects.app.core)
implementation(projects.legacy.ui.legacy)
implementation(projects.legacy.core)

implementation(libs.preferencex)
implementation(libs.timber)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ plugins {
}

dependencies {
implementation(projects.app.ui.legacy)
implementation(projects.app.core)
implementation(projects.app.storage)
implementation(projects.app.cryptoOpenpgp)
implementation(projects.legacy.ui.legacy)
implementation(projects.legacy.core)
implementation(projects.legacy.storage)
implementation(projects.legacy.cryptoOpenpgp)
implementation(projects.backend.imap)
implementation(projects.backend.pop3)

Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions app/core/build.gradle.kts → legacy/core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ dependencies {
testImplementation(projects.mail.testing)
testImplementation(projects.backend.imap)
testImplementation(projects.mail.protocols.smtp)
testImplementation(projects.app.storage)
testImplementation(projects.app.testing)
testImplementation(projects.legacy.storage)
testImplementation(projects.legacy.testing)

testImplementation(libs.kotlin.test)
testImplementation(libs.kotlin.reflect)
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 6785a2a

Please sign in to comment.