flutter/dev/integration_tests/android_custom_host_app
Camille Simon 1fa54ea90a
[Android] Bump template & integration test Gradle version to 7.6.4 (#139276)
Updates Gradle version for Flutter project templates and integration tests to at least 7.6.3 (changed all of those with versions below it) to fix security vulnerability.

Part of fix for https://github.com/flutter/flutter/issues/138336.
2023-12-07 18:31:20 +00:00
..
gradle/wrapper [Android] Bump template & integration test Gradle version to 7.6.4 (#139276) 2023-12-07 18:31:20 +00:00
SampleApp [Android] Support Android 34 (take 2) (#137967) 2023-11-09 22:40:15 +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.