mirror of
https://github.com/flutter/samples.git
synced 2026-03-27 14:51:45 +00:00
The android_view add_to_app sample is currently broken. It does not build: * AGP version is incompatible. * MIN_SDK is below Flutter min * Flutter plugin module was renamed awhile ago: https://github.com/flutter/samples/pull/2714
8 lines
226 B
Groovy
8 lines
226 B
Groovy
rootProject.name = "Flutter View Integration"
|
|
include ':app'
|
|
setBinding(new Binding([gradle: this]))
|
|
evaluate(new File(
|
|
settingsDir.parentFile,
|
|
'flutter_module_using_plugin_android_view/.android/include_flutter.groovy'
|
|
))
|