CodingAleCR / http_interceptor

A lightweight, simple plugin that allows you to intercept request and response objects and modify them if desired.
MIT License
134 stars 67 forks source link

AndroidX support added #10

Closed pblinux closed 4 years ago

pblinux commented 4 years ago

Hi.

I'am having troubles with proguard but I figured out that it was because the package not have AndroidX support.

Hope I can help with something, this package has helped me a lot. Thanks.

CodingAleCR commented 4 years ago

Hey, thanks for the update, I'll check it as soon as I can, I also want to change the plugin to kotlin/swift base native languages since it's most probably easier to extend or maintain going forward.

pblinux commented 4 years ago

@CodingAleCR sounds great! It will be a more extensible package. :grin:

CodingAleCR commented 4 years ago

Hey @pblinux I've added AndroidX support and migrated the project to swift and kotlin both in plugin and examples. I'll close the PR since it was added, thank you very much for your PR!

pblinux commented 4 years ago

Hi @CodingAleCR

Awesome! Thank you!