flutter/dev/integration_tests/android_host_app_v2_embedding
Gray Mackall 9973771cc3
Update android templates to use target sdk 34 (#144641)
We should always target the newest, and 34 is the newest. This isn't a requirement yet (like it is for 33+) but presumably it will be made required in the nearish future.
2024-03-06 19:15:07 +00:00
..
app Update android templates to use target sdk 34 (#144641) 2024-03-06 19:15:07 +00:00
gradle/wrapper Do not use project in do last (#139325) 2023-12-13 23:47:58 +00:00
build.gradle [deps] update Android SDK to 34 (#138183) 2023-12-14 00:55:57 +00:00
gradle.properties Restore log dumps for gradle OOM crashes, and set a value for MaxMetaspaceSize (#143085) 2024-02-07 19:25:39 +00: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.