
I recently noticed the following log when building an app in verbose mode: ``` This Android Gradle plugin (8.1.0) was tested up to compileSdk = 33 (and compileSdkPreview = "UpsideDownCakePrivacySandbox"). You are strongly encouraged to update your project to use a newer Android Gradle plugin that has been tested with compileSdk = 35. ``` It looks like AGP would like us to use a newer AGP version if we want to use compileSdk 35 (which we do). This pr upgrades the tests, in advance of updating the templates.
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.