kezong / fat-aar-android

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

Full AAR path #321

Open ThomasCZ opened 3 years ago

ThomasCZ commented 3 years ago

How can I specify full AAR path? Previously I used flatDirs, but it should be avoided in the latest Gradle. I want to do something like this.

releaseEmbed(name: 'libs/cool/cool_lib.aar')

Thanks

xuuhaoo commented 2 years ago

+1