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

This commit is contained in:
James Rich 2026-03-12 22:15:20 -05:00 committed by GitHub
parent 20f358e01c
commit eb3349fa11
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
24 changed files with 29 additions and 5 deletions

View file

@ -24,10 +24,11 @@ Text(text = stringResource(Res.string.your_string_key))
<!--region graph-->
```mermaid
graph TB
:core:resources[resources]:::kmp-library
:core:resources[resources]:::compose-desktop-application
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;
classDef compose-desktop-application fill:#CAFFBF,stroke:#000,stroke-width:2px,color:#000;
classDef android-feature fill:#FFD6A5,stroke:#000,stroke-width:2px,color:#000;
classDef android-library fill:#9BF6FF,stroke:#000,stroke-width:2px,color:#000;
classDef android-library-compose fill:#9BF6FF,stroke:#000,stroke-width:2px,color:#000;