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

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

Open
JhonJimenez2312 opened this issue Jun 9, 2018 · 0 comments

Comments

@JhonJimenez2312
Copy link

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.

@JhonJimenez2312 JhonJimenez2312 changed the title Libproximity on android is using GoogleAuthUtil.getToken is in disuse Libproximity on android is using GoogleAuthUtil.getToken is deprecated Jun 9, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant