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

This commit is contained in:
James Rich 2026-01-15 19:06:42 -06:00 committed by GitHub
parent 962137ae4d
commit e470fa86eb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 22 additions and 0 deletions

View file

@ -35,6 +35,7 @@ graph TB
:core:data -.-> :core:network
:core:data -.-> :core:prefs
:core:data -.-> :core:proto
:core:database -.-> :core:di
:core:database -.-> :core:model
:core:database -.-> :core:proto
:core:database -.-> :core:strings
@ -42,6 +43,7 @@ graph TB
:core:model -.-> :core:common
:core:model -.-> :core:proto
:core:model -.-> :core:strings
:core:network -.-> :core:di
:core:network -.-> :core:model
classDef android-application fill:#CAFFBF,stroke:#000,stroke-width:2px,color:#000;