If using AGP 7.1+, will compose’s baseline profiles automatically be bundled with APKs/App Bundles, or does the app module need to declare a dependency on
?
According to the docs, it seems like that dependency is only necessary when creatingcustom profiles, but just double-checking 🙏🏼
y
yschimke
04/19/2022, 9:50 PM
That's my understanding, although there seems like a lot of bug fixes/improvements for each release. So also good to make sure you are on latest release.
t
Tash
04/19/2022, 10:26 PM
Gotcha. Do you mean the latest Compose release, or the latest AGP?
a
Albert Chang
04/19/2022, 11:37 PM
Compose libraries already depend on profile installer so you don’t to do that yourself.