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

@ -15,11 +15,13 @@ graph TB
direction TB
:core:common[common]:::kmp-library
:core:database[database]:::android-library
:core:di[di]:::android-library
:core:model[model]:::android-library
:core:proto[proto]:::android-library
:core:strings[strings]:::kmp-library
end
:core:database -.-> :core:di
:core:database -.-> :core:model
:core:database -.-> :core:proto
:core:database -.-> :core:strings