mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 21:07:04 +05:30
chore: refresh module graph
This commit is contained in:
parent
f560bb6fbf
commit
b3277e2367
1 changed files with 8 additions and 3 deletions
11
README.md
11
README.md
|
@ -29,19 +29,24 @@ Unofficial Android app for read-only access to [lobste.rs](https://lobste.rs), b
|
||||||
|
|
||||||
graph TB
|
graph TB
|
||||||
|
|
||||||
model --> database
|
subgraph database
|
||||||
|
core
|
||||||
|
impl
|
||||||
|
end
|
||||||
|
model --> core
|
||||||
benchmark --> android
|
benchmark --> android
|
||||||
|
impl --> core
|
||||||
android --> api
|
android --> api
|
||||||
android --> common
|
android --> common
|
||||||
android --> core
|
android --> core
|
||||||
android --> database
|
android --> impl
|
||||||
android --> model
|
android --> model
|
||||||
android --> benchmark
|
android --> benchmark
|
||||||
api --> model
|
api --> model
|
||||||
common --> core
|
common --> core
|
||||||
common --> database
|
|
||||||
common --> model
|
common --> model
|
||||||
```
|
```
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
See [LICENSE](LICENSE)
|
See [LICENSE](LICENSE)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue