flutter/packages/flutter_tools/test/android_preview_integration.shard
Gray Mackall bb637f3128
Reland "Upgrade template Gradle, App AGP, Module AGP, and Kotlin versions, and tests"... but no longer upgrade module AGP version (#151433)
Relands https://github.com/flutter/flutter/pull/150969, but removes the upgrade to the module AGP version.

The reason is that a more complicated change is required because in AGP 8.0 software components are no longer generated by default, but rather only generated for variants that are configured to be published using the publishing DSL (see the `android.disableAutomaticComponentCreation` section of https://developer.android.com/build/releases/past-releases/agp-8-0-0-release-notes).

That broke our aar initialization script, because the components didn't exist so the `aar` tasks never got [created here](9ff9c67272/packages/flutter_tools/gradle/aar_init_script.gradle (L29)).

Verified that the one postsubmit that failed now passes (`android_obfuscate_test`)
2024-07-10 21:37:26 +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.