Zachary Anderson
|
4d5a1d91e1
|
Bump gradle heap size limit in *everywhere* (#134665)
I'm seeing these in the bot reports every week. Hopefully this is all of
them, and hopefully 4GB is enough.
|
2023-09-13 10:36:24 -07:00 |
|
gmackall
|
d1eb1f0a57
|
Upgrade integration tests to use AGP 7.3/Gradle 7.4 (#129642)
Upgrades tests under `dev/integration_tests` to use the latest values [in the templates](944d6c8fef/dev/tools/bin/generate_gradle_lockfiles.dart (L135) ). Most of this PR was auto-generated, by running `find dev/integration_tests/ -type d -name 'android' | dart dev/tools/bin/generate_gradle_lockfiles.dart` from the root of the flutter directory.
The pieces that were not are:
1. Upgrading the Gradle versions used in integration tests to be >=7.4, in places where it was currently lower.
2. Upgrading the mac, windows, and linux build_tests .ci.yaml configuration to use jdk 17 on all shards. It currently was using a mix of 17 and 11. This isn't desirable, because some of the tests require 17, and the distribution is [random across shards](cef9a8c54b/dev/bots/test.dart (L553) ) (so they were only passing because they were getting randomly placed on shards using jdk 17).
3. Adding a dependency on jdk 11 for the tests based on the `firebaselab/firebaselab` recipe. Previously they had no java dependency, and were therefore defaulting to java 1.8. The newer AGP versions necessitated an upgrade to 11 to run.
Note that it also ended up downgrading the AGP version in two places (in the [hybrid_android_views](https://github.com/flutter/flutter/pull/129642/files#diff-d7cfaa1c96d5c2383e7fc253ac8c9df062b544c24f7d80aa8a02290c01d17205L17) and [platform_interaction](https://github.com/flutter/flutter/pull/129642/files#diff-b2fba811efadd1cfb097bebd93be99fe4b6d6f17aefa863267290fc704290766L17) tests), because those had been manually edited to a newer version than the template.
Related to: https://github.com/flutter/flutter/issues/123636, https://github.com/flutter/flutter/pull/123910
|
2023-06-30 19:34:20 +00:00 |
|
Bartek Pacia
|
b915f68d7a
|
Fix warning in flutter create d project ("package attribute is deprecated" in AndroidManifest) (#123426)
Fix warning in `flutter create`d project ("package attribute is deprecated" in AndroidManifest)
|
2023-03-29 04:21:03 +00:00 |
|
Bartek Pacia
|
c40dd27681
|
Fix Gradle warning in a freshly flutter create ed Android project (#122290)
Fix Gradle warning in a freshly `flutter create`ed Android project
|
2023-03-21 23:41:49 +00:00 |
|
Camille Simon
|
70f6bed9ee
|
Fix spell_check_test (#110814)
|
2022-09-08 21:24:12 +00:00 |
|
Camille Simon
|
c06e365a64
|
Move spell_check integration test xml declaration (#110612)
|
2022-08-31 20:12:55 +00:00 |
|
Camille Simon
|
7db25c36ad
|
Re-land Add Spell Check to EditableText (#109643)
|
2022-08-17 16:16:02 +00:00 |
|
Jonah Williams
|
0ba88d8b43
|
Revert "Add Spellcheck to EditableText (Android) (#109334)" (#109631)
This reverts commit ff9fe35682 .
|
2022-08-16 14:30:03 -07:00 |
|
Camille Simon
|
ff9fe35682
|
Add Spellcheck to EditableText (Android) (#109334)
|
2022-08-16 18:22:45 +00:00 |
|