Rename :app:ui to :app:ui:legacy

The goal is to split this module into smaller, more focused modules.
This commit is contained in:
cketti 2020-05-19 01:03:32 +02:00
parent 633b843f16
commit dc82a53713
653 changed files with 3 additions and 3 deletions

View file

@ -11,7 +11,7 @@ if (rootProject.testCoverage) {
dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:${versions.kotlin}"
implementation project(":app:ui")
implementation project(":app:ui:legacy")
implementation project(":app:core")
implementation project(":app:storage")
implementation project(":app:crypto-openpgp")

View file

@ -10,7 +10,7 @@ if (rootProject.testCoverage) {
dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:${versions.kotlin}"
implementation project(":app:ui")
implementation project(":app:ui:legacy")
implementation project(":app:core")
implementation project(":app:storage")
implementation project(":app:crypto-openpgp")

Some files were not shown because too many files have changed in this diff Show more