Is it possible to pull jar libs from a maven repo that are dependent in the AAR bundle libs folder? If I leave all the jars in the library module 'libs' folder they get picked up in the AAR. When I add them as dependencies from a maven repo, they do not get added to the AAR bundle libs folder. I suspect this is working as expected, but is there a task that will pull from maven repo and include in the AAR bundle libs folder? I don't want to add the jars as binary files in our github repo and would rather pull them at compile time and add them all while avoiding a copy task. Any insight is appreciated.
-- You received this message because you are subscribed to the Google Groups "adt-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
