Skip to content
This repository was archived by the owner on Sep 7, 2022. It is now read-only.
This repository was archived by the owner on Sep 7, 2022. It is now read-only.

Libproximity on android is using GoogleAuthUtil.getToken is deprecated #54

@JhonJimenez2312

Description

@JhonJimenez2312

Libproximity is using GoogleAuthUtil.getToken which is deprecated.
I was try add the library to my project but because I now use a version of 'com.google.android.gms: play-services' I saw myself in the task of updating the version of the library so that it coincides with my project ,so it marks me that
import com.google.android.gms.auth.GoogleAuthException;
import com.google.android.gms.auth.GoogleAuthUtil;
import com.google.android.gms.auth.UserRecoverableAuthException;
they are not found in the version 'com.google.android.gms: play-services15.0.1'
investigating a bit I found that now the token is obtained in another way.
https://developers.google.com/identity/sign-in/android/migration-guide.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions