Skip to content

Commit 6ab7cc1

Browse files
committed
Update readme.
Change-Id: I95815c1551b6aa4653f333084608dff2f039ec7e
1 parent 3527ed9 commit 6ab7cc1

File tree

15 files changed

+8
-21
lines changed

15 files changed

+8
-21
lines changed

app-nia-catalog/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ graph TB
2323
:app-nia-catalog -.-> :core:designsystem
2424
:app-nia-catalog -.-> :core:ui
2525
:core:ui --> :core:analytics
26-
:core:ui --> :core:designsystem
26+
:core:ui -.-> :core:designsystem
2727
:core:ui --> :core:model
2828
2929
classDef android-application fill:#CAFFBF,stroke:#000,stroke-width:2px,color:#000;

app/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ graph TB
8787
:app -.-> :sync:work
8888
:benchmarks -.->|testedApks| :app
8989
:core:data -.-> :core:analytics
90-
:core:data --> :core:common
9190
:core:data --> :core:database
9291
:core:data --> :core:datastore
9392
:core:data --> :core:network
@@ -103,7 +102,7 @@ graph TB
103102
:core:notifications -.-> :core:common
104103
:core:notifications --> :core:model
105104
:core:ui --> :core:analytics
106-
:core:ui --> :core:designsystem
105+
:core:ui -.-> :core:designsystem
107106
:core:ui --> :core:model
108107
:feature:bookmarks:api --> :core:navigation
109108
:feature:bookmarks:impl -.-> :core:data

benchmarks/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ graph TB
8787
:app -.-> :sync:work
8888
:benchmarks -.->|testedApks| :app
8989
:core:data -.-> :core:analytics
90-
:core:data --> :core:common
9190
:core:data --> :core:database
9291
:core:data --> :core:datastore
9392
:core:data --> :core:network
@@ -103,7 +102,7 @@ graph TB
103102
:core:notifications -.-> :core:common
104103
:core:notifications --> :core:model
105104
:core:ui --> :core:analytics
106-
:core:ui --> :core:designsystem
105+
:core:ui -.-> :core:designsystem
107106
:core:ui --> :core:model
108107
:feature:bookmarks:api --> :core:navigation
109108
:feature:bookmarks:impl -.-> :core:data

core/data-test/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ graph TB
2626
end
2727
2828
:core:data -.-> :core:analytics
29-
:core:data --> :core:common
3029
:core:data --> :core:database
3130
:core:data --> :core:datastore
3231
:core:data --> :core:network

core/data/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ graph TB
2525
end
2626
2727
:core:data -.-> :core:analytics
28-
:core:data --> :core:common
2928
:core:data --> :core:database
3029
:core:data --> :core:datastore
3130
:core:data --> :core:network

core/domain/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ graph TB
2626
end
2727
2828
:core:data -.-> :core:analytics
29-
:core:data --> :core:common
3029
:core:data --> :core:database
3130
:core:data --> :core:datastore
3231
:core:data --> :core:network

core/testing/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ graph TB
2626
end
2727
2828
:core:data -.-> :core:analytics
29-
:core:data --> :core:common
3029
:core:data --> :core:database
3130
:core:data --> :core:datastore
3231
:core:data --> :core:network

core/ui/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ graph TB
2020
end
2121
2222
:core:ui --> :core:analytics
23-
:core:ui --> :core:designsystem
23+
:core:ui -.-> :core:designsystem
2424
:core:ui --> :core:model
2525
2626
classDef android-application fill:#CAFFBF,stroke:#000,stroke-width:2px,color:#000;

feature/bookmarks/impl/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ graph TB
4040
end
4141
4242
:core:data -.-> :core:analytics
43-
:core:data --> :core:common
4443
:core:data --> :core:database
4544
:core:data --> :core:datastore
4645
:core:data --> :core:network
@@ -54,7 +53,7 @@ graph TB
5453
:core:notifications -.-> :core:common
5554
:core:notifications --> :core:model
5655
:core:ui --> :core:analytics
57-
:core:ui --> :core:designsystem
56+
:core:ui -.-> :core:designsystem
5857
:core:ui --> :core:model
5958
:feature:bookmarks:api --> :core:navigation
6059
:feature:bookmarks:impl -.-> :core:data

feature/foryou/impl/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ graph TB
4141
end
4242
4343
:core:data -.-> :core:analytics
44-
:core:data --> :core:common
4544
:core:data --> :core:database
4645
:core:data --> :core:datastore
4746
:core:data --> :core:network
@@ -57,7 +56,7 @@ graph TB
5756
:core:notifications -.-> :core:common
5857
:core:notifications --> :core:model
5958
:core:ui --> :core:analytics
60-
:core:ui --> :core:designsystem
59+
:core:ui -.-> :core:designsystem
6160
:core:ui --> :core:model
6261
:feature:foryou:api --> :core:navigation
6362
:feature:foryou:impl -.-> :core:designsystem

0 commit comments

Comments
 (0)