flutter/dev/integration_tests/deferred_components_test/android
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
..
app [flutter_tools] Update external link in Android manifest template (#144302) 2024-02-29 06:47:19 +00:00
component1 Update template/test compileSdk, targetSdk, ndk versions (#152487) 2024-08-20 21:33:12 +00:00
gradle/wrapper Update template/test compileSdk, targetSdk, ndk versions (#152487) 2024-08-20 21:33:12 +00:00
.gitignore Deferred components integration test app (#88030) 2021-08-16 15:32:05 -07:00
build.gradle Update template/test compileSdk, targetSdk, ndk versions (#152487) 2024-08-20 21:33:12 +00:00
buildscript-gradle.lockfile Reland "Upgrade Gradle and AGP versions to 7.5/7.2 and migrate benchmarks+examples" #108472 (#108510) 2022-07-28 19:38:07 -07:00
gradle.properties Restore log dumps for gradle OOM crashes, and set a value for MaxMetaspaceSize (#143085) 2024-02-07 19:25:39 +00:00
project-app.lockfile Reland "Upgrade Gradle and AGP versions to 7.5/7.2 and migrate benchmarks+examples" #108472 (#108510) 2022-07-28 19:38:07 -07:00
project-component1.lockfile Reland "Upgrade Gradle and AGP versions to 7.5/7.2 and migrate benchmarks+examples" #108472 (#108510) 2022-07-28 19:38:07 -07:00
settings.gradle Deferred components integration test app (#88030) 2021-08-16 15:32:05 -07:00