If using AGP 7.1+, will compose’s baseline profile...
# compose
t
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
androidx.profileinstaller:profileinstaller:1.2.0-alpha01
? According to the docs, it seems like that dependency is only necessary when creating custom profiles, but just double-checking 🙏🏼
y
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
Gotcha. Do you mean the latest Compose release, or the latest AGP?
a
Compose libraries already depend on profile installer so you don’t to do that yourself.
🙏🏼 1