You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Operating System: MacOS
Gradle Plugin Version: 7.3.1
Gradle Version: 7.5.1
Fat-aar Version: 1.3.8
The text was updated successfully, but these errors were encountered:
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. #403
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:
The text was updated successfully, but these errors were encountered: