Libraries missing version 0.37.x on Maven
- Dominant language
- Kotlin
- Stars
- 7.8k
- Forks
- 683
- PR merge metrics
- No merged PRs in 30d
Description
## Describe the bug
Libraries don't have version published on Maven past 0.36.0.
accompanist-pager
accompanist-pagerindicators
accompanist-flowlayout
They all seem to have version `0.36.0` published as a last one, but as I'm migrating the compose libraries I wanted to bump these too.
## To Reproduce (if applicable)
I'm trying to update accompanist libraries to `0.37.3` alongside with compose bump, but it seems three of them don't have the newer version and Gradle cannot find them in maven while building.
https://mvnrepository.com/artifact/com.google.accompanist/accompanist-pager-indicators
https://mvnrepository.com/artifact/com.google.accompanist/accompanist-flowlayout
https://mvnrepository.com/artifact/com.google.accompanist/accompanist-pager
## Expected behavior (if applicable)
All libraries have the version bumped.
## Screenshots? (if applicable)
## Environment: (if applicable)
## Additional context
Already reported here: https://github.com/google/accompanist/issues/1815
Contributor guide
Assessment
This issue has not been assessed yet.