flutter/dev/integration_tests/module_host_with_custom_build
Dan Field 3d812c1b96
Reduce gradle deps (#50691)
* drop unnecessary test deps

* bump to junit 4.13
2020-02-12 21:14:54 -08:00
..
app Reduce gradle deps (#50691) 2020-02-12 21:14:54 -08:00
gradle/wrapper more gradle upgrades (#50388) 2020-02-10 14:16:49 -08:00
build.gradle License update (#45373) 2019-11-27 15:04:02 -08:00
gradle.properties Migrate examples and tests to AndroidX (#41251) 2019-09-25 09:02:15 -07:00
README.md Allow flavors and custom build types in host app (#36805) 2019-07-29 09:26:41 -07:00
settings.gradle License update (#45373) 2019-11-27 15:04:02 -08:00

Android host app

Android host app for a Flutter module created using

$ flutter create -t module hello

and placed in a sibling folder to (a clone of) the host app. Used by the module_host_with_custom_build_test.dart device lab test.