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

This commit is contained in:
James Rich 2026-03-11 09:56:55 -05:00 committed by GitHub
parent 7a1e1778f4
commit a902da4ca0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 20 additions and 17 deletions

View file

@ -49,15 +49,7 @@ MeshtasticResourceDialog(
<!--region graph-->
```mermaid
graph TB
:core:ui[ui]:::android-library
:core:ui -.-> :core:common
:core:ui -.-> :core:data
:core:ui -.-> :core:database
:core:ui -.-> :core:model
:core:ui -.-> :core:prefs
:core:ui -.-> :core:proto
:core:ui -.-> :core:service
:core:ui -.-> :core:resources
:core:ui[ui]:::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;