mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
chore: Scheduled updates (Firmware, Hardware, Translations, Graphs) (#4363)
This commit is contained in:
parent
8f979521d7
commit
f9cc7080f8
12 changed files with 36 additions and 45 deletions
|
|
@ -19,6 +19,7 @@ graph TB
|
|||
subgraph :core
|
||||
direction TB
|
||||
:core:analytics[analytics]:::android-library
|
||||
:core:api[api]:::android-library
|
||||
:core:common[common]:::kmp-library
|
||||
:core:data[data]:::android-library
|
||||
:core:database[database]:::android-library
|
||||
|
|
@ -35,6 +36,7 @@ graph TB
|
|||
end
|
||||
|
||||
:core:analytics -.-> :core:prefs
|
||||
:core:api --> :core:model
|
||||
:core:data -.-> :core:analytics
|
||||
:core:data -.-> :core:database
|
||||
:core:data -.-> :core:datastore
|
||||
|
|
@ -48,11 +50,10 @@ graph TB
|
|||
:core:database -.-> :core:proto
|
||||
:core:database -.-> :core:strings
|
||||
:core:datastore -.-> :core:proto
|
||||
:core:model -.-> :core:common
|
||||
:core:model -.-> :core:proto
|
||||
:core:model -.-> :core:strings
|
||||
:core:model --> :core:proto
|
||||
:core:network -.-> :core:di
|
||||
:core:network -.-> :core:model
|
||||
:core:service --> :core:api
|
||||
:core:service -.-> :core:database
|
||||
:core:service -.-> :core:model
|
||||
:core:service -.-> :core:prefs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue