flutter/packages/flutter_tools/test/android_preview_integration.shard
Bartek Pacia c4b0322d57
Android Gradle file templates: make it easier to convert them to Kotlin DSL in the future (#142146)
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**

![before](https://github.com/flutter/flutter/assets/40357511/5d0cb2bb-a693-43bc-aa10-b8f431e0c68c)

**after**

![after](https://github.com/flutter/flutter/assets/40357511/e4a945a5-866f-42f7-813b-b08b26bb89dc)
2024-02-15 23:42:13 +00:00
..
android_dependency_version_checking_test.dart [Re-re-land] Enforce a policy on supported Gradle, Java, AGP, and KGP versions (#143341) 2024-02-13 15:44:17 +00:00
flutter_build_preview_sdk_test.dart Android Gradle file templates: make it easier to convert them to Kotlin DSL in the future (#142146) 2024-02-15 23:42:13 +00:00
README.md Allow plugins to use compileSdkPreview (#131901) 2023-12-12 20:06:04 +00:00

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.