Version 1.30.3 causes crash on Android < 8.0 when using FileDataStoreFactory from transitive google-http-java-client dependency #1382
Labels
type: docs
Improvement to the documentation for an API.
Uh oh!
There was an error while loading. Please reload this page.
Environment details
Steps to reproduce
FileDataStore
forAuthorizationCodeFlow.Builder
Code example
Stack trace
Any additional information below
As far as I can tell is caused by following change in google-http-java-client:
googleapis/google-http-java-client#557 which was released as part of 1.31.0
Version 1.30.3 of google-api-client in turn pulls google-http-java-client 1.31.0:
#1347
As a result if application doesn't have explicit dependency on earlier version of google-http-java-client new version is used and it causes crash on devices with Android < 8.0 since NIO is not available until API 26.
The text was updated successfully, but these errors were encountered: