mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2025-09-05 15:45:42 +02:00
fix(renovate): provide maven repository for Compose Compiler
This commit is contained in:
parent
7efd902d9b
commit
7268e2c23c
3
.github/renovate.json5
vendored
3
.github/renovate.json5
vendored
|
@ -37,7 +37,8 @@
|
|||
"composeCompiler = \"(?<currentValue>.*)\""
|
||||
],
|
||||
"datasourceTemplate": "maven",
|
||||
"depNameTemplate": "androidx.compose.compiler:compiler"
|
||||
"depNameTemplate": "androidx.compose.compiler:compiler",
|
||||
"registryUrlTemplate": "https://maven.google.com",
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue