Commit 60e05e9a authored by Collin Jackson's avatar Collin Jackson Committed by GitHub

Remove Android support library in Flutter builds. Fixes #9120, #9102, #9121. (#9123)

This reverts commit 8f9d4a22.
parent 2de61a08
bf698a1fe52e62d161c2aab351029670dc9b8651
0005285781cd8eab7a43571bccdaad8354c6faa4
......@@ -137,11 +137,6 @@ 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