-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Remove Android WebView 4.1 #10577
Remove Android WebView 4.1 #10577
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[Spam]
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Same here, none of these features look like they would typically require a higher Android version. Engine support seems the important factor here.
This PR removes Android WebView 4.1 from our data (as a part of #10524). Since the WebKit versions match for both WebView 4.1 and 4, it's highly doubtful that there would be anything added in 4.1 that isn't present in 4. Additionally, this PR changes everywhere where WebView is set to 4.1 and replaces the value with 4 in its place.