v1.2.4
- OAuthBaseClient tries to compare the callback URL with what it expects. The intent:// scheme (https://developer.chrome.com/multidevice/android/intents) however means that it will try to match what we think it should be and therefore fail the comparison test. Disable this checking for now.