Commit 6bf0ceb0 authored by Collin Jackson's avatar Collin Jackson Committed by GitHub

Include fragment support in Android build to allow use of FragmentActivity in...

Include fragment support in Android build to allow use of FragmentActivity in FlutterActivity (#9036)
parent 9192f672
......@@ -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