From 64242194d1b4b7926d6e786b893ea1cff12ff235 Mon Sep 17 00:00:00 2001 From: FletchMcKee Date: Sun, 19 Apr 2026 10:58:11 -0500 Subject: [PATCH] Update README graphs with correct datastore-proto plugin --- feature/interests/impl/README.md | 2 +- feature/topic/impl/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/feature/interests/impl/README.md b/feature/interests/impl/README.md index d3a5da42e0..4582d41156 100644 --- a/feature/interests/impl/README.md +++ b/feature/interests/impl/README.md @@ -30,7 +30,7 @@ graph TB :core:data[data]:::android-library :core:database[database]:::android-library :core:datastore[datastore]:::android-library - :core:datastore-proto[datastore-proto]:::android-library + :core:datastore-proto[datastore-proto]:::jvm-library :core:designsystem[designsystem]:::android-library :core:domain[domain]:::android-library :core:model[model]:::jvm-library diff --git a/feature/topic/impl/README.md b/feature/topic/impl/README.md index d296093e62..449373f650 100644 --- a/feature/topic/impl/README.md +++ b/feature/topic/impl/README.md @@ -26,7 +26,7 @@ graph TB :core:data[data]:::android-library :core:database[database]:::android-library :core:datastore[datastore]:::android-library - :core:datastore-proto[datastore-proto]:::android-library + :core:datastore-proto[datastore-proto]:::jvm-library :core:designsystem[designsystem]:::android-library :core:model[model]:::jvm-library :core:navigation[navigation]:::android-library