From 70678064444e6b796f589b7296d1331fb82d290d Mon Sep 17 00:00:00 2001 From: James Rich <2199651+jamesarich@users.noreply.github.com> Date: Tue, 3 Mar 2026 21:07:27 -0600 Subject: [PATCH] chore: Scheduled updates (Firmware, Hardware, Translations, Graphs) (#4705) --- core/database/README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/core/database/README.md b/core/database/README.md index 850d3ecf5..816b8e8ea 100644 --- a/core/database/README.md +++ b/core/database/README.md @@ -25,13 +25,7 @@ The `NodeInfoDao` implements specific logic to protect against impersonation and ```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;