chore: Scheduled updates (Firmware, Hardware, Translations, Graphs) (#4363)

This commit is contained in:
James Rich 2026-01-29 16:36:33 -06:00 committed by GitHub
parent 8f979521d7
commit f9cc7080f8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 36 additions and 45 deletions

View file

@ -13,7 +13,6 @@ config:
graph TB
subgraph :core
direction TB
:core:common[common]:::kmp-library
:core:database[database]:::android-library
:core:di[di]:::android-library
:core:model[model]:::android-library
@ -25,9 +24,7 @@ graph TB
:core:database -.-> :core:model
:core:database -.-> :core:proto
:core:database -.-> :core:strings
:core:model -.-> :core:common
:core:model -.-> :core:proto
:core:model -.-> :core:strings
:core:model --> :core:proto
classDef android-application fill:#CAFFBF,stroke:#000,stroke-width:2px,color:#000;
classDef android-application-compose fill:#CAFFBF,stroke:#000,stroke-width:2px,color:#000;