mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
![]() Adds support for Android 34 in the following ways: - Bumps integration tests compile SDK versions 33 --> 34 - Bumps template compile SDK version 33 --> 34 - Also changes deprecated `compileSdkVersion` to `compileSdk` Part of https://github.com/flutter/flutter/issues/134220 |
||
---|---|---|
.. | ||
gradle/wrapper | ||
SampleApp | ||
build.gradle | ||
gradle.properties | ||
local.properties | ||
README.md | ||
settings.gradle |
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.