Skip to content

v1.2.4

Compare
Choose a tag to compare
@rogerhu rogerhu released this 12 May 06:21
· 40 commits to master since this release
  • 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.