Rename :app:ui to :app:ui:legacy
The goal is to split this module into smaller, more focused modules.
This commit is contained in:
parent
633b843f16
commit
dc82a53713
653 changed files with 3 additions and 3 deletions
|
@ -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")
|
||||
|
|
|
@ -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
Loading…
Reference in a new issue