jzbrooks / vgo

vector graphic optimization
MIT License
43 stars 2 forks source link

Decouple vgo-plugin from a hard dependency on android tools to avoid conflicts with AGP #89

Closed jzbrooks closed 1 month ago

jzbrooks commented 1 month ago

47 added a hard dependency on tools used by AGP and thus welds vgo-plugin to the corresponding AGP version. In the future, the plugin should work with some minimum supported version of AGP and not directly depend on studio tools.

The readme should reflect the minimum supported version. The cli should depend on the tools so that they ship in the fat jar.