flutter/dev/integration_tests/gradle_deprecated_settings
Michael Goderbauer dbf9e32879
Bump characters, collection, meta (#161066)
Follow-up to https://github.com/flutter/flutter/pull/160985.

These were missed by `flutter update-packages --force-upgrade` in
https://github.com/flutter/flutter/pull/160985, likely due to some
circular dependency issue. They've been bumped by hand in this PR.
2025-01-03 02:23:10 +00:00
..
android Manual pub bump (#160985) 2024-12-31 04:07:34 +00:00
lib Don't import plugins that don't support android in settings.gradle (#54407) 2020-04-12 08:55:03 -07:00
pubspec.yaml Bump characters, collection, meta (#161066) 2025-01-03 02:23:10 +00:00
README.md Revert automated changes made to deprecated settings.gradle (plugins.each) (#140037) 2023-12-20 15:45:08 +00:00

Deprecated settings.gradle

This project is meant to test that apps using the deprecated android/settings.gradle (PluginEach used until Flutter v1.22.0) can still be built. This project can be removed once apps have been migrated to this new file.

Issue: https://github.com/flutter/flutter/issues/54566