Unverified Commit 53cc59f8 authored by Emmanuel Garcia's avatar Emmanuel Garcia Committed by GitHub

Add transitive dependencies back (#42441)

parent a71d69ba
...@@ -351,7 +351,7 @@ class FlutterPlugin implements Plugin<Project> { ...@@ -351,7 +351,7 @@ class FlutterPlugin implements Plugin<Project> {
"io.flutter:flutter_embedding_$flutterBuildMode:1.0.0-$engineVersion", "io.flutter:flutter_embedding_$flutterBuildMode:1.0.0-$engineVersion",
{ {
// Include the embedding transitive dependencies since plugins may depend on them. // Include the embedding transitive dependencies since plugins may depend on them.
transitive = false transitive = true
} }
) )
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment