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

This commit is contained in:
James Rich 2026-03-03 21:07:27 -06:00 committed by GitHub
parent 6a858acb4a
commit 7067806444
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -25,13 +25,7 @@ The `NodeInfoDao` implements specific logic to protect against impersonation and
<!--region graph-->
```mermaid
graph TB
:core:database[database]:::android-library
:core:database -.-> :core:repository
:core:database -.-> :core:common
:core:database -.-> :core:di
:core:database -.-> :core:model
:core:database -.-> :core:proto
:core:database -.-> :core:resources
:core:database[database]:::kmp-library
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;