kezong / fat-aar-android

A gradle plugin that merge dependencies into the final aar file works with AGP 3.+
MIT License
3.13k stars 621 forks source link

resources not included on AGP 7.3.0 #402

Open BlueTurtle3 opened 1 year ago

BlueTurtle3 commented 1 year ago

Issue Description: I know that the plugin wasn't tested with AGP 7.3.0 (7.3.1), nevertheless, when I do try to build a fat-aar with AGP 7.3.1, the resources libraries of dependant libraries are not being included.

Another interesting phenomenon is that the public resources file is not added either and therefore there is no distinguishing between private and public resources. This behaviour is common to every AGP I was building against.

Build Environment details:

AndreasBoehm commented 1 year ago

Hey @BlueTurtle3,

I experienced the same issue and found a fix for it.

Not sure if we can expect @kezong to merge my changes and provide a new build, but at least you know what needs to be adjusted to make your own build of the plugin. https://github.com/kezong/fat-aar-android/pull/403

tareq-threls commented 1 year ago

Hi @AndreasBoehm , Until your branch get merged, is there any way I can continue using your branch? Thanks in advance