adwiv / android-fat-aar

Gradle script that allows you to merge and embed dependencies in generted aar file
The Unlicense
1.46k stars 435 forks source link

[Fat aar] Android .aar module dependency support #77

Closed mfdeveloper closed 6 years ago

mfdeveloper commented 7 years ago

Using the fat-aar.gradle tasks to generate a .aar from a module/project that declare others modules that have a .aar file defined like a artifact, throws erros in many of tasks.

This PR enable support for this situtation. The changes below were did:

mfdeveloper commented 6 years ago

Hello @adwiv ! This project is mainteined yet?

oscarcpozas commented 6 years ago

Hey @mfdeveloper, seems to be abandoned this repository but I would like use this plugin. Publish your fork and merge other issues resolve for other PRs, it's good option.

adwiv commented 6 years ago

Hi, I have merged two pull requests due to which this request now has conflicts. Can you please merge and send a new request.

oscarcpozas commented 6 years ago

Oh perfect, thanks!

mfdeveloper commented 6 years ago

Roger that @adwiv !! I've resolved merge conflicts. Please, see the new changes :smiley:

adwiv commented 6 years ago

Thanks @mfdeveloper, merged the request.