fryette / webview_cookie_manager

MIT License
48 stars 52 forks source link

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

Open swarajkumarsingh opened 2 years ago

swarajkumarsingh commented 2 years ago

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

my config minSdkVersion 19

rekire commented 1 year ago

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.