flutter/dev/integration_tests/android_host_app_v2_embedding
Camille Simon 0a6969808a
[Android] Bump integration tests using compileSdkVersion 31 to 33 (#128072)
Bumps integration tests (that are not run manually only) using `compileSdkVersion` 31 to 33.
2023-06-09 01:54:22 +00:00
..
app [Android] Bump integration tests using compileSdkVersion 31 to 33 (#128072) 2023-06-09 01:54:22 +00: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
build.gradle Fix Gradle warning in a freshly flutter createed Android project (#122290) 2023-03-21 23:41:49 +00:00
gradle.properties Test the Android embedding v2 (#42708) 2019-10-16 21:26:10 -07:00
README.md Test the Android embedding v2 (#42708) 2019-10-16 21:26:10 -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_test.dart device lab test.