mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 19:57:04 +05:30
fix(renovate): fix Compose BOM resolution
This commit is contained in:
parent
0f9b35efb1
commit
5f8853c69d
1 changed files with 4 additions and 2 deletions
6
.github/renovate.json
vendored
6
.github/renovate.json
vendored
|
@ -32,10 +32,12 @@
|
||||||
"maven"
|
"maven"
|
||||||
],
|
],
|
||||||
"matchPackageNames": [
|
"matchPackageNames": [
|
||||||
"androidx.compose.compiler:compiler"
|
"androidx.compose.compiler:compiler",
|
||||||
|
"dev.chrisbanes.compose:compose-bom"
|
||||||
],
|
],
|
||||||
"registryUrls": [
|
"registryUrls": [
|
||||||
"https://androidx.dev/storage/compose-compiler/repository/"
|
"https://androidx.dev/storage/compose-compiler/repository/",
|
||||||
|
"https://repo.maven.apache.org/maven2/"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue