diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2024-03-17 11:09:03 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2024-03-17 11:09:03 +0530 |
commit | 0ee58e71ee63f000f76da2053365506d4c06ce83 (patch) | |
tree | 6250514803f0ae56aee882553627a41f1dfcbd31 /.github | |
parent | f942da3bd3bbb00394f7be057ec69de1d324910d (diff) |
Revert "fix(renovate): temporarily disable version bumps for AGP"
This reverts commit af5caafc37b0026067b2d74543148fdc82df858a.
Diffstat (limited to '.github')
-rw-r--r-- | .github/renovate.json5 | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 901670be..ba848b42 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -48,10 +48,6 @@ "^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 }, |