Andrioid AuthCallback callback methods are not called with lock-google

Hi,

I’m following the instructions below for integrating native google SSO but the callbacks are not being called. I am able to see the google login dialog though.
https://auth0.com/docs/libraries/lock-android/native-provider-google#usage-without-lock

I noticed that the “resultCode” is 0(I think you’d expect -1) after the login flow returns to the calling Activity in onActivityResult().
Diving deeper, parseSignInResult() expects the resultCode to be RESULT_OK(1).

Version: compile ‘com.auth0.android:lock-google:1.1.0’

Any suggestion?
Thanks.

Hey,

Can you you share the code and AndroidManifest.xml you are using? What target version of android are you using?