fryette / webview_cookie_manager

MIT License
47 stars 47 forks source link

Remove engine dependency #55

Closed jeiea closed 3 years ago

jeiea commented 3 years ago

I've inserted flutter_embedding_debug dependency for android studio intellisense, but it looks like it can break build with new engine versions. So I replaced it with no version specified one, and specified version only when opening this project directly with android studio.

Intellisense has no problem by opening example/android directory. So remove redundant dependency.

fryette commented 3 years ago

Thanks for your contribution!