Wrongness in documentation, it saying `androidx.co...
# compose
k
Wrongness in documentation, it saying
androidx.compose:compose-bom-alpha
instead of
2024.09.00-alpha
https://developer.android.com/develop/ui/compose/bom#what_if_i_want_to_try_out_alpha_or_beta_releases_of_compose_libraries
The Alpha and Beta versions of the BOM are specified by adding -alpha and -beta to the BOM artifact name. The stable version has no suffix.
This is wrong
a
They updated this yesterday
so that gradle does not prompt an update
Please check google maven
implementation("androidx.composecompose bom beta2024.09.02")
IMG_1148.png
e
@Ben Trengrove [G] I saw that 2024.09.03 is out for the regular BOM, but not the alpha and beta. Is that just a propagation delay, or will the alpha and beta not get every release?
b
Thanks for the report. It's meant to be every release, I guess we have some teething issues
👍 1