On Wed, Sep 3, 2014 at 7:26 AM, Pavel Dolgov <[email protected]> wrote:
> Thank you for the reply! But with such an approach resulting > LibraryProject.aar will not have all dependencies packaged, unless I'm > missing something. > Correct. But when your AAR is consumed as a dependency it's dependencies can be brought in transitively, so it's not like the are lost. This means that you are free to upgrade or exclude one of those transitive dependencies when you have a version conflict with another dependency. William -- 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.
