fix(build): switch over to includeGroupAndSubgroups API

The bug that broke this was fixed in Gradle 8.7
This commit is contained in:
Harsh Shandilya 2024-03-31 17:33:16 +05:30
parent feae5d2630
commit d3f9bb4c00
2 changed files with 4 additions and 4 deletions

View file

@ -27,8 +27,8 @@ pluginManagement {
forRepository { google() }
filter {
includeGroup("androidx.databinding")
includeGroupByRegex("com.android.*")
includeGroup("com.google.testing.platform")
includeGroupAndSubgroups("com.android")
}
}
mavenCentral { mavenContent { releasesOnly() } }