Commit 8f9d4a22 authored by Collin Jackson's avatar Collin Jackson Committed by GitHub

Re-land #9036 (#9068)

This reverts commit e2b49d64.
parent 326355f0
......@@ -137,6 +137,11 @@ class FlutterPlugin implements Plugin<Project> {
}
}
project.dependencies {
// FlutterActivity extends FragmentActivity
compile 'com.android.support:support-fragment:24.2.0+'
}
project.extensions.create("flutter", FlutterExtension)
project.afterEvaluate this.&addFlutterTask
......
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