Add networking support for KitKat devices #3954
Labels
enhancement
End user-perceivable enhancements.
Impact: Medium
Moderate perceived user impact (non-blocking bugs and general improvements).
Issue: Needs Clarification
Indicates that an issue needs more detail in order to be able to be acted upon.
Z-ibt
Temporary label for Ben to keep track of issues he's triaged.
Is your feature request related to a problem? Please describe.
Per https://medium.com/square-corner-blog/okhttp-3-13-requires-android-5-818bb78d07ce, OkHttp dropped support for KitKat devices due to the need to upgrade to TLS 1.2 and compatibility problems with KitKat & TLS 1.2. #3910 disabled OkHttp in KitKat builds to work around this issue.
Describe the solution you'd like
We should look into the difficulty of supporting networking in KitKat devices. This is part of a broader strategy discussion of whether & how we want to support KitKat devices.
Describe alternatives you've considered
We're also considering dropping networking support altogether & relying on embedded lessons, or dropping KitKat support altogether.
Additional context
None
The text was updated successfully, but these errors were encountered: