mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
![]() This PR will make it easier for future Flutter-Android apps/plugins/modules etc. to migrate to Gradle Kotlin DSL. This PR is similar to #140452 but concerns public Gradle templates instead of Flutter's internal Gradle code. It should be a no-op change. **before**  **after**  |
||
---|---|---|
.. | ||
android_dependency_version_checking_test.dart | ||
flutter_build_preview_sdk_test.dart | ||
README.md |
Android preview integration tests
This directory contains integration tests which would otherwise live in integration.shard
,
but require a dependency on a CIPD-hosted preview version of Android (and therefore their own
test shard). For additional information see the README in the ../integration.shard
directory.