flutter/dev/bots/suite_runners
auto-submit[bot] dbc2dc88bc
Reverts "Upgrade template Gradle, App AGP, Module AGP, and Kotlin versions, and tests (#150969)" (#151147)
Reverts: flutter/flutter#150969
Initiated by: goderbauer
Reason for reverting: Failing test in https://logs.chromium.org/logs/flutter/buildbucket/cr-buildbucket/8743574743030691569/+/u/run_android_obfuscate_test/stdout
Original PR Author: gmackall

Reviewed By: {christopherfujino, reidbaker}

This change reverts the following previous change:
After the land of https://github.com/flutter/engine/pull/53592, there is some log spam:
```
e: /Users/mackall/.gradle/caches/transforms-3/c1e137371ec1afe9bc9bd7b05823752d/transformed/fragment-1.7.1/jars/classes.jar!/META-INF/fragment_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0.
e: /Users/mackall/.gradle/caches/transforms-3/d86c7cb1c556fe1655fa56db671c649c/transformed/jetified-activity-1.8.1/jars/classes.jar!/META-INF/activity_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0.
...
```

I think this is harmless, but still annoying. Upgrading the AGP version fixes it. To be honest, I don't know why (I expected the Kotlin version would do it). But after https://github.com/flutter/flutter/pull/146307, our tests have been running on AGP/Gradle 8.1/8.3 for a while, so it makes sense to upgrade anyways.

In a follow up PR:
1. Also upgrade the tests that were left behind in https://github.com/flutter/flutter/pull/146307, as I think removal of discontinued plugins paved the way here.
2024-07-01 23:31:26 +00:00
..
run_add_to_app_life_cycle_tests.dart Clean up flutterRoot (#147010) 2024-04-18 22:33:08 +00:00
run_analyze_tests.dart Clean up flutterRoot (#147010) 2024-04-18 22:33:08 +00:00
run_android_preview_integration_tool_tests.dart Refactor android preview tool integration tests (#146518) 2024-04-19 20:05:33 +00:00
run_customer_testing_tests.dart Clean up flutterRoot (#147010) 2024-04-18 22:33:08 +00:00
run_docs_tests.dart Clean up flutterRoot (#147010) 2024-04-18 22:33:08 +00:00
run_flutter_packages_tests.dart Clean up flutterRoot (#147010) 2024-04-18 22:33:08 +00:00
run_framework_coverage_tests.dart Refactor framework coverage tests (#146210) 2024-04-18 21:07:05 +00:00
run_framework_tests.dart Refactor framework + test harness tests (#146213) 2024-04-23 19:29:04 +00:00
run_fuchsia_precache.dart Clean up flutterRoot (#147010) 2024-04-18 22:33:08 +00:00
run_realm_checker_tests.dart Clean up flutterRoot (#147010) 2024-04-18 22:33:08 +00:00
run_skp_generator_tests.dart Refactor skp_generator_tests (#145871) 2024-03-28 19:01:40 +00:00
run_test_harness_tests.dart Refactor framework + test harness tests (#146213) 2024-04-23 19:29:04 +00:00
run_verify_binaries_codesigned_tests.dart Clean up flutterRoot (#147010) 2024-04-18 22:33:08 +00:00
run_web_tests.dart Send q once (#149767) 2024-06-05 22:44:01 +00:00