flutter/packages/flutter_tools/test
Gray Mackall ef9cd32f5a
Update template/test compileSdk, targetSdk, ndk versions (#152487)
Updates `compileSdk`, `targetSdk`, and `ndk` versions (former 2 to latest, latter to the version of the ndk we are hosting on CIPD).

Summary of changes:
- Updates mentioned template values
- `compileSdk` 35 requires AGP 8.0+, so updated to 8.1 in many places.
- This also necessitated Gradle upgrades in most places
- This also necessitated moving the `package` xml attribute to the AGP `namespace` field in a couple places (test + template).
- Some tests use the output of `flutter create` but then use intentionally lower AGP versions. [I downgraded the `compileSdk` in these tests.](fee34fd61a)
- [Stopped lockfile generation](82324a2570) script from hitting the `hello_world` example because it uses `.kts` gradle files.
- One test needed [some Gradle options we had already added to templates](6aa187b4b6).
2024-08-20 21:33:12 +00:00
..
android_java11_integration.shard Update template/test compileSdk, targetSdk, ndk versions (#152487) 2024-08-20 21:33:12 +00:00
android_preview_integration.shard Reland "Upgrade template Gradle, App AGP, Module AGP, and Kotlin versions, and tests"... but no longer upgrade module AGP version (#151433) 2024-07-10 21:37:26 +00:00
commands.shard Handle "Service connection disposed" error from VmService disconnecting while requests are outstanding (#153714) 2024-08-20 16:39:19 +00:00
data make asset_test.dart tests not dependent on context (#141331) 2024-01-11 18:08:07 +00:00
general.shard Update template/test compileSdk, targetSdk, ndk versions (#152487) 2024-08-20 21:33:12 +00:00
host_cross_arch.shard Fix some tests that fail with Swift Package Manager enabled (#152267) 2024-07-26 21:08:32 +00:00
integration.shard Update template/test compileSdk, targetSdk, ndk versions (#152487) 2024-08-20 21:33:12 +00:00
src Update template/test compileSdk, targetSdk, ndk versions (#152487) 2024-08-20 21:33:12 +00:00
web.shard Handle a WebSocketException that may be thrown when closing the WebKit inspection protocol connection to Chrome (#151997) 2024-07-19 17:58:26 +00:00