mirror of
https://github.com/flutter/flutter.git
synced 2026-01-20 04:31:52 +08:00
Update Android SDK from 33 to 34. Following the engine update: * https://github.com/flutter/engine/pull/47839
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.