flutter/dev/integration_tests/ui/android
Gray Mackall ab520c9849
Bump to AGP 8.1/Gradle 8.3 (almost) everywhere (#146181)
Bump almost all tests to AGP 8.1 and Gradle 8.3

Flutter gallery is excluded, because it uses discontinued plugins that in turn use old Gradle versions, and that prevents upgrading. Will take some extra work to figure out what to do there.

Should bump templates next

Entire PR generated with the lockfile generation script, except for:
1. changes within `dev/integration_tests/gradle_deprecated_settings/android/`, which must be done manually (and exclusion of the gallery for reason mentioned above).
2. Changes to many `AndroidManifest.xml` files to remove the `package` attribute and instead set that same value in the `build.gradle`, in the `namespace` attribute of the `android` closure (corresponds to an AGP behavior change, see  https://d.android.com/r/tools/upgrade-assistant/set-namespace).
3. Removes the use of the `battery` plugin in `android_embedding_v2_smoke_test` because the plugin is discontinued, unused, and blocks upgrading the AGP version for that app because the discontinued plugin itself uses a very old AGP version.
2024-04-04 20:11:09 +00:00
..
app [flutter_tools] Update external link in Android manifest template (#144302) 2024-02-29 06:47:19 +00:00
gradle/wrapper Bump to AGP 8.1/Gradle 8.3 (almost) everywhere (#146181) 2024-04-04 20:11:09 +00:00
build.gradle Reland "Warn when Gradle plugins are applied using the legacy apply script method (#140103) 2023-12-19 16:03:23 +00:00
buildscript-gradle.lockfile Bump to AGP 8.1/Gradle 8.3 (almost) everywhere (#146181) 2024-04-04 20:11:09 +00: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 "Update gradle lockfiles template (#140115)" (#143081) 2024-02-08 16:22:15 +00:00
project-integration_test.lockfile Roll pub packages and regenerate gradle lockfiles (#145727) 2024-03-26 22:07:06 +00:00
settings.gradle Bump to AGP 8.1/Gradle 8.3 (almost) everywhere (#146181) 2024-04-04 20:11:09 +00:00