Upgrade templates to AGP 8.7/Gradle 8.10.2#157872
Upgrade templates to AGP 8.7/Gradle 8.10.2#157872auto-submit[bot] merged 4 commits intoflutter:masterfrom
Conversation
| "│ + classpath 'com.android.tools.build:gradle:$templateAndroidGradlePluginVersion' │\n" | ||
| '│ /android/gradle/wrapper/gradle-wrapper.properties: │\n' | ||
| '│ - https://services.gradle.org/distributions/gradle-<current-version>-all.zip │\n' | ||
| '│ + https://services.gradle.org/distributions/gradle-$templateDefaultGradleVersion-all.zip │\n' |
There was a problem hiding this comment.
Did you mean to remove this space?
There was a problem hiding this comment.
Yes, the old Gradle version was shorter, so the message structure is changed slightly by a couple of spaces (which is to say, it is a bit of a change detector test)
There was a problem hiding this comment.
I dislike when we detect character output in tests like this but it is out of scope for this pr.
There was a problem hiding this comment.
Yeah, I feel similarly and had sort of hoped I had fixed this in a previous PR by making the test a function of the value itself, i.e.
https://services.gradle.org/distributions/gradle-$templateDefaultGradleVersion-all.zip
instead of what it was before iirc, a hardcoded
https://services.gradle.org/distributions/gradle-8.3-all.zip
that will always need to be updated
But I forgot to consider that the test will fail when the length of templateDefaultGradleVersion changes because it consumes space that would otherwise be spaces 😢
Manual roll requested by [email protected] flutter/flutter@fe71cad...0fe6153 2024-10-31 [email protected] Roll Flutter Engine from c40b0b602822 to f2154ef3e31c (8 revisions) (flutter/flutter#157926) 2024-10-31 [email protected] Hides added routes before top-most route finishes pushing (flutter/flutter#156104) 2024-10-31 [email protected] Fix cursor on hover expand/collapse icon (#155207) (flutter/flutter#155209) 2024-10-31 [email protected] Add test for `media_query_data.system_gesture_insets.0.dart` (flutter/flutter#157854) 2024-10-31 [email protected] Add and plumb `useImplicitPubspecResolution` across `flutter_tools`. (flutter/flutter#157879) 2024-10-31 [email protected] Roll Flutter Engine from 090c33aeae83 to c40b0b602822 (1 revision) (flutter/flutter#157896) 2024-10-31 [email protected] Roll Flutter Engine from 9295eeb6d3ce to 090c33aeae83 (4 revisions) (flutter/flutter#157893) 2024-10-30 [email protected] Roll Flutter Engine from 2bd854e23b61 to 9295eeb6d3ce (5 revisions) (flutter/flutter#157882) 2024-10-30 [email protected] Adds a new helpful tool exit message for SocketExceptions thrown during mdns discovery (flutter/flutter#157638) 2024-10-30 [email protected] Fix `GlowingOverscrollIndicator` examples (flutter/flutter#155203) 2024-10-30 [email protected] Roll Flutter Engine from 906a7ad88052 to 2bd854e23b61 (1 revision) (flutter/flutter#157878) 2024-10-30 [email protected] Upgrade templates to AGP 8.7/Gradle 8.10.2 (flutter/flutter#157872) 2024-10-30 [email protected] Roll Flutter Engine from 57ed5d338e7e to 906a7ad88052 (13 revisions) (flutter/flutter#157875) 2024-10-30 [email protected] Update Material 3 `LinearProgressIndicator` for new visual style (flutter/flutter#154817) 2024-10-30 [email protected] Roll Flutter Engine from 999797a2f690 to 57ed5d338e7e (5 revisions) (flutter/flutter#157833) 2024-10-30 [email protected] Add hidden `--no-implicit-pubspec-resolution` flag for one stable release. (flutter/flutter#157635) 2024-10-30 [email protected] Roll Packages from 028027e to 7cc1caa (5 revisions) (flutter/flutter#157864) 2024-10-30 [email protected] Mention partial PRs in the contributing docs (flutter/flutter#157863) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-packages Please CC [email protected],[email protected] on the revert to ensure that a human is aware of the problem. To file a bug in Packages: https://github.com/flutter/flutter/issues/new/choose To report a problem with the AutoRoller itself, please file a bug: https://issues.skia.org/issues/new?component=1389291&template=1850622 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
These are the versions we use in test, as of #157617.
Motivated by noticing a warning with the old template version:
Pre-launch Checklist
///).If you need help, consider asking for advice on the #hackers-new channel on Discord.