Bump firebase-messaging from 11.0.4 to 22.0.0#62
Bump firebase-messaging from 11.0.4 to 22.0.0#62dependabot-preview[bot] wants to merge 1 commit intomasterfrom
Conversation
Bumps firebase-messaging from 11.0.4 to 22.0.0. Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
Kudos, SonarCloud Quality Gate passed! |
|
@coderabbitai review |
WalkthroughThe update in the Changes
TipsChat with CodeRabbit Bot (
|
| dependencies { | ||
| implementation fileTree(dir: 'libs', include: ['*.jar']) | ||
| implementation 'com.google.firebase:firebase-database:11.0.4' | ||
| implementation 'com.google.firebase:firebase-messaging:11.0.4' | ||
| implementation 'com.google.firebase:firebase-messaging:22.0.0' | ||
| androidTestImplementation('com.android.support.test.espresso:espresso-core:2.2.2', { | ||
| exclude group: 'com.android.support', module: 'support-annotations' | ||
| }) |
There was a problem hiding this comment.
The update to Firebase Messaging library version 22.0.0 may require the project to migrate to AndroidX due to potential incompatibilities with the older support libraries. Additionally, the Kotlin plugin 'kotlin-android-extensions' is deprecated and should be replaced with View Binding or Data Binding. Ensure that the project's dependencies and configurations are compatible with the new Firebase version.








Bumps firebase-messaging from 11.0.4 to 22.0.0.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readmeAdditionally, you can set the following in your Dependabot dashboard:
Summary by CodeRabbit