diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2023-01-30 09:55:07 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2023-01-30 09:55:07 +0530 |
commit | 7268e2c23c82327148763ee5dca507478e8f30b6 (patch) | |
tree | 91efa262aba16483706da71ce5b5f044ad80302c /.github | |
parent | 7efd902d9bbe2bebc1e28f64056eaefb4a2610da (diff) |
fix(renovate): provide maven repository for Compose Compiler
Diffstat (limited to '.github')
-rw-r--r-- | .github/renovate.json5 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/renovate.json5 b/.github/renovate.json5 index d3c98f5c..533579d8 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -37,7 +37,8 @@ "composeCompiler = \"(?<currentValue>.*)\"" ], "datasourceTemplate": "maven", - "depNameTemplate": "androidx.compose.compiler:compiler" + "depNameTemplate": "androidx.compose.compiler:compiler", + "registryUrlTemplate": "https://maven.google.com", } ] } |