mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 14:07:05 +05:30
fix(build): temporarily disable AGP updates
This commit is contained in:
parent
6169311561
commit
37869e52b6
1 changed files with 6 additions and 2 deletions
8
.github/renovate.json5
vendored
8
.github/renovate.json5
vendored
|
@ -35,18 +35,22 @@
|
|||
],
|
||||
"matchPackageNames": [
|
||||
],
|
||||
"groupName": "androidx"
|
||||
"groupName": "AndroidX"
|
||||
},
|
||||
{
|
||||
"matchPackagePatterns": [
|
||||
"^io.sentry",
|
||||
"^sentry",
|
||||
],
|
||||
"groupName": "sentry"
|
||||
"groupName": "Sentry"
|
||||
},
|
||||
{
|
||||
"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,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue