flutter/dev/integration_tests/gradle_deprecated_settings
Gray Mackall d89ae48520
Manual pub roll w/ gradle lockfile regeneration (#149342)
Manual recreation of https://github.com/flutter/flutter/pull/148911

Entire PR is just the output of 
```
flutter update-packages --force-upgrade
```
followed by (run from the root of the flutter repo)
```
find . -type d -name 'android' | dart dev/tools/bin/generate_gradle_lockfiles.dart --no-gradle-generation --no-exclusion
```
2024-05-30 23:04:08 +00:00
..
android Manual pub roll w/ gradle lockfile regeneration (#149342) 2024-05-30 23:04:08 +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 Manual pub roll w/ gradle lockfile regeneration (#149342) 2024-05-30 23:04:08 +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