diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2023-12-15 18:57:10 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2023-12-15 18:57:10 +0530 |
commit | af5caafc37b0026067b2d74543148fdc82df858a (patch) | |
tree | 2a315e715610cca31296e40c2ebda965e44267b3 /.github/renovate.json5 | |
parent | 45ffa171cad9bccefbb73c59ff42e753db2f7bc7 (diff) |
fix(renovate): temporarily disable version bumps for AGP
Diffstat (limited to '.github/renovate.json5')
-rw-r--r-- | .github/renovate.json5 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/renovate.json5 b/.github/renovate.json5 index ba848b42..901670be 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -48,6 +48,10 @@ "^com.android.tools:desugar_jdk_libs", // Later versions require newer JDKs "^commons-codec:commons-codec", + // alpha17 and alpha18 have regressions with installing APKs + // https://issuetracker.google.com/issues/315337463 + "com.android.test", + "com.android.tools.build:gradle", ], "enabled": false }, |