amplitude / unity-plugin

Official Amplitude Unity Plugin
https://developers.amplitude.com/docs/unity
MIT License
44 stars 34 forks source link

Google External Dependency manager deletes Amplitude AARs #38

Closed indiecore closed 4 years ago

indiecore commented 4 years ago

I'm using Amplitude in conjunction with other plugins that use the google external dependency manager and every time I resolve all the amplitude aars and jars are deleted.

The facebook AARs in the same directory are not deleted leading me to suspect something is up with the AARs from amplitude itself.

haoliu-amp commented 4 years ago

I guess you're using google resolver yourself too, right? That way, jars amplitude uses will be deleted. Please take a look at README, and we have a solution for it.

indiecore commented 4 years ago

Any reason these aren't included in the main download? The use of the dependency resolver is getting more and more common, including an AmplitudeDependencies.xml would probably make sense.

haoliu-amp commented 4 years ago

@indiecore Probably good to consider. Might do it later! Thanks!