flutter/dev/integration_tests/gradle_deprecated_settings
Gray Mackall b889e3a6f7
Unpin camera_android and remove its only usage (#150017)
Fixes https://github.com/flutter/flutter/issues/146004

The `camera_android`plugin had its version pinned when it was still used in the `gradle_deprecated_settings`. It has since been [replaced](https://github.com/flutter/flutter/pull/148426) by `camera_android_camerax`, and therefore isn't used in `flutter/flutter`. So it's pin should be fine to remove.
2024-06-10 22:13:00 +00:00
..
android Unpin camera_android and remove its only usage (#150017) 2024-06-10 22:13:00 +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 Roll pub packages (#149617) 2024-06-03 22:15:41 +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