Skip to content
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

WebviewCookieManagerPlugin.java uses or overrides a deprecated API. #61

Open
swarajkumarsingh opened this issue Aug 24, 2022 · 1 comment

Comments

@swarajkumarsingh
Copy link

I am getting this error WebviewCookieManagerPlugin.java uses or overrides a deprecated API.

my config
minSdkVersion 19

@rekire
Copy link
Contributor

rekire commented Dec 18, 2022

As I already wrote on #60 (which is a duplicate with a bad title):
Just general speaking without checking the actual code: There is nothing bad using deprecated APIs on legacy platforms. If you want to support all versions, you sometimes need to make such calls, since on those platforms those APIs are not deprecated and there is no alternative.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants