From af5caafc37b0026067b2d74543148fdc82df858a Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Fri, 15 Dec 2023 18:57:10 +0530 Subject: fix(renovate): temporarily disable version bumps for AGP --- .github/renovate.json5 | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.github/renovate.json5') 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 }, -- cgit v1.2.3