mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 00:07:05 +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
|
||||
|
||||
model --> database
|
||||
subgraph database
|
||||
core
|
||||
impl
|
||||
end
|
||||
model --> core
|
||||
benchmark --> android
|
||||
impl --> core
|
||||
android --> api
|
||||
android --> common
|
||||
android --> core
|
||||
android --> database
|
||||
android --> impl
|
||||
android --> model
|
||||
android --> benchmark
|
||||
api --> model
|
||||
common --> core
|
||||
common --> database
|
||||
common --> model
|
||||
```
|
||||
|
||||
## License
|
||||
|
||||
See [LICENSE](LICENSE)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue