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

Upgrade play-services-basement to 18.1.0 #1982

Merged
merged 2 commits into from
Feb 8, 2024

Commits on Feb 6, 2024

  1. Upgrade to play-services-basement:18.1.0

    Upgraded firebase-messaging from 23.0.0 -> 23.0.8, which upgrades to
    play-services-basement:18.1.0.
    
    Removed direct dependency reference to
    com.google.android.gms:play-services-base. Version locking isn't
    recommened for this specific dependency, since other things depend
    on it like com.google.firebase:firebase-messaging.
    jkasten2 committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    9961531 View commit details
    Browse the repository at this point in the history
  2. Handle FCM tokenTask.exception nullability

    When we upgrade to FCM 23.0.8 they changed the defintion to
    tokenTask.exception to be possiblity null. Updated our code to
    handle thier change.
    
    Changes above also exposed the getToken defintion was out of sync with
    between PushRegistratorAbstractGoogle and PushRegistratorFCM so this
    was addressed.
    jkasten2 committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    31cc669 View commit details
    Browse the repository at this point in the history