diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2023-01-11 17:52:24 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2023-01-11 17:53:04 +0530 |
commit | d6c55910408b2528d90a4f656bcc18c1780ab21d (patch) | |
tree | 3399e51593d111bbc940ed83dfd1abf3a346f78a /.github/renovate.json5 | |
parent | 01cb8e907812778772afc23eab35ad9e33d31f90 (diff) |
chore(deps): upgrade to Kotlin 1.8.0
Diffstat (limited to '.github/renovate.json5')
-rw-r--r-- | .github/renovate.json5 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 52b15ec3..c2fcbfb6 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -39,7 +39,7 @@ "androidx.compose.compiler:compiler" ], "registryUrls": [ - "https://maven.google.com/" + "https://androidx.dev/storage/compose-compiler/repository/" ] } ], |