Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate to new gradle settings #196

Merged
merged 2 commits into from
Jan 20, 2024
Merged

Conversation

natsuk4ze
Copy link
Owner

@natsuk4ze natsuk4ze commented Jan 20, 2024

Fixed warnings that occur during build

You are applying Flutter's app_plugin_loader Gradle plugin imperatively using the apply script method, which is deprecated and will be removed in a future release. Migrate to applying Gradle plugins with the declarative plugins block: https://flutter.dev/go/flutter-gradle-plugin-apply

See: https://docs.flutter.dev/release/breaking-changes/flutter-gradle-plugin-apply

🗒️ Note
The update of the gradle version in the example folder has been put on hold due to flutter/flutter#139427.

@natsuk4ze natsuk4ze marked this pull request as ready for review January 20, 2024 14:12
@natsuk4ze natsuk4ze merged commit 447d5d9 into main Jan 20, 2024
21 checks passed
@natsuk4ze natsuk4ze deleted the Migrate-to-new-gradle-settings branch January 20, 2024 14:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant