I tried to integrate google smart login and SMS SmsRetrieverClient in my project. First thing that shocked me is, on the official documentation of these functionalities(https://developers.google.com/identity/sms-retriever/request#prerequisites), the required libraries are missing. Some how i tried to find out the required ones on net that are :
implementation 'com.google.android.gms:play-services-base:11.8.0'
implementation 'com.google.android.gms:play-services-identity:11.8.0'
implementation 'com.google.android.gms:play-services-auth:11.8.0'
implementation 'com.google.android.gms:play-services-auth-api-phone:11.8.0'
but as i sync the gradle one error is coming. i.e.
Failed to resolve: play-services-auth-base-license Open File
I have made a lot of search on google but do not got any solution. The sample of google on git hub is: https://github.com/googlesamples/android-credentials/tree/master/sms-verification/android