-
Notifications
You must be signed in to change notification settings - Fork 131
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Api support below Lollipop #92
Comments
Hi @nangsan |
Hi @JavaAnd I don't know much about TLS, though I found this in Okhttp, hope it helps. |
There's a combination issue here:
See this: There are a lot of devices that should support http2 and TLS v1.2 based on their Android version but don't, or that do but don't have the right AES encryption to be supported by Alexa. It seemed safer (based on what I observed in my user base) to make the minimum 21+ versus 16+. There were lots of negative reviews from users <= 20. If your project will be working with a known subset of Android devices whose configuration you can control, you can set this level to whatever you need as long as all the libraries support it. |
Hi @willblaschko |
Current library minSdkVersion is pointing Lollipop,
is there any specific reason for not supporting older version API.
The text was updated successfully, but these errors were encountered: