Skip to content

Commit

Permalink
Update dependency graph
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Sep 24, 2020
1 parent eb06cfa commit 1e9dff5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gradle/dependency-graph/project.dot
Expand Up @@ -6,6 +6,7 @@ digraph {
# Projects

":app" [shape=box, fillcolor="#baffc9"];
":bla" [fillcolor="#baffc9"];
":blip" [fillcolor="#baffc9"];
":blob" [fillcolor="#baffc9"];

Expand All @@ -14,5 +15,6 @@ digraph {
# Dependencies

":app" -> ":blob" [style=dotted]
":app" -> ":bla" [style=dotted]
":blob" -> ":blip" [style=dotted]
}
Binary file modified gradle/dependency-graph/project.dot.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1e9dff5

Please sign in to comment.