flutter/dev/integration_tests/android_custom_host_app
Zachary Anderson 4d5a1d91e1
Bump gradle heap size limit in *everywhere* (#134665)
I'm seeing these in the bot reports every week. Hopefully this is all of
them, and hopefully 4GB is enough.
2023-09-13 10:36:24 -07:00
..
gradle/wrapper [Reland] Add migrator to upgrade gradle version when conflict with Android Studio bundled Java version is detected (#125836) 2023-05-03 21:00:06 +00:00
SampleApp Upgrade compile and target sdk versions in tests and benchmarks (#131428) 2023-07-31 18:10:24 +00:00
build.gradle Fix Gradle warning in a freshly flutter createed Android project (#122290) 2023-03-21 23:41:49 +00:00
gradle.properties Bump gradle heap size limit in *everywhere* (#134665) 2023-09-13 10:36:24 -07:00
local.properties Read custom app project name from gradle.properties (#52791) 2020-04-05 20:46:44 -07:00
README.md Read custom app project name from gradle.properties (#52791) 2020-04-05 20:46:44 -07:00
settings.gradle Read custom app project name from gradle.properties (#52791) 2020-04-05 20:46:44 -07:00

Android custom 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_custom_host_app_name_test.dart device lab test.