Skip to content

Conversation

@vbuberen
Copy link
Contributor

@vbuberen vbuberen commented Oct 5, 2023

Description

App Check dependencies are available in Firebase BOM for some time already, so it makes sense to keep versions of App Check artifacts aligned with what BOM provides. Moreover, seems like current version of App Check for Flutter had quite old corresponding Android dependencies, so this change will also bump version of App Check Android.

Related Issues

Checklist

Before you create this PR confirm that it meets all requirements listed below by checking the relevant checkboxes ([x]).
This will ensure a smooth and quick review process. Updating the pubspec.yaml and changelogs is not required.

  • I read the Contributor Guide and followed the process outlined there for submitting PRs.
  • My PR includes unit or integration tests for all changed/updated/fixed behaviors (See Contributor Guide).
  • All existing and new tests are passing.
  • I updated/added relevant documentation (doc comments with ///).
  • The analyzer (melos run analyze) does not report any problems on my PR.
  • I read and followed the Flutter Style Guide.
  • I signed the CLA.
  • I am willing to follow-up on review comments in a timely manner.

Breaking Change

Does your PR require plugin users to manually update their apps to accommodate your change?

  • Yes, this is a breaking change.
  • No, this is not a breaking change.

implementation 'com.google.firebase:firebase-appcheck-debug:16.1.0'
implementation 'com.google.firebase:firebase-appcheck-debug'
implementation 'com.google.firebase:firebase-appcheck-playintegrity'
implementation 'com.google.firebase:firebase-appcheck-safetynet'
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Moved it to the bottom as it is deprecated and, potentially, is a subject for removal in future: https://developer.android.com/training/safetynet/deprecation-timeline

@vbuberen vbuberen mentioned this pull request Oct 13, 2023
10 tasks
@Lyokone Lyokone merged commit 378fcbd into firebase:master Oct 16, 2023
@Lyokone
Copy link
Contributor

Lyokone commented Oct 16, 2023

Thanks for fixing :)

guide-loclt pushed a commit to guide-inc-org/guide-flutter_fire that referenced this pull request Oct 29, 2023
…#11671)

* feat(app_check): Use Android dependencies from Firebase BOM

* Update build.gradle
@firebase firebase locked and limited conversation to collaborators Nov 16, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants