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

[sign_in_with_apple] Fix gradle warning / deprecation #427

Merged
merged 1 commit into from
Jun 13, 2024

Conversation

tp
Copy link
Collaborator

@tp tp commented Jun 13, 2024

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

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

You are applying Flutter's main 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

SiwA example still running fine on device.

@tp tp requested a review from HenriBeck as a code owner June 13, 2024 08:49
@tp tp force-pushed the siwa-android-gradle branch from 27acfce to e087255 Compare June 13, 2024 09:03
https://docs.flutter.dev/release/breaking-changes/flutter-gradle-plugin-apply

```
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

You are applying Flutter's main 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
```
@tp tp force-pushed the siwa-android-gradle branch from e087255 to 17db6d0 Compare June 13, 2024 09:04
@tp tp merged commit adbfcf5 into master Jun 13, 2024
20 checks passed
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.

2 participants