From 4924e3eebecdcdc5fb0ad9f0847d468816a9b6e0 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Sat, 30 Dec 2023 22:35:07 +0530 Subject: [PATCH] Revert "fix(build): temporarily disable AGP updates" This reverts commit 37869e52b6b60a177791bcf47ed72b918c985569. --- .github/renovate.json5 | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 0341b36b..3cda60db 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -47,10 +47,6 @@ { "matchPackageNames": [ "com.squareup.anvil", - // alpha17 and alpha18 have regressions with installing APKs - // https://issuetracker.google.com/issues/315337463 - "com.android.test", - "com.android.tools.build:gradle", ], "enabled": false, },