Commit 6250c2c
authored
Publish explicit versions for BOM-managed Compose dependencies (#15)
Maven Central rejects a POM that declares a dependency without a version:
Dependency version information is missing for dependency:
androidx.compose.runtime:runtime
The Compose BOM supplies those versions at resolution time, but a BOM does not
travel in the published POM, so consumers who do not import the BOM themselves
get an unresolvable dependency. `for-arcgis`, `for-here` and `for-tomtom` were
rejected outright; `for-googlemaps`, `for-maplibre` and `for-mapbox` slipped
through with the same defect.
Give the BOM-managed Compose artifacts an explicit version (`composeLibs`,
1.7.8 — what compose-bom 2025.02.00 resolves to) so the version reaches the POM.
The BOM still governs resolution; this only fixes what is published.
Release as 1.3.1: Maven Central versions cannot be replaced.1 parent b8fbce6 commit 6250c2c
2 files changed
Lines changed: 7 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
23 | | - | |
24 | | - | |
| 24 | + | |
| 25 | + | |
25 | 26 | | |
26 | | - | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| |||
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
40 | | - | |
41 | | - | |
| 41 | + | |
| 42 | + | |
42 | 43 | | |
43 | 44 | | |
44 | 45 | | |
| |||
0 commit comments