mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 22:17:03 +05:30
fix(build): switch over to includeGroupAndSubgroups
API
The bug that broke this was fixed in Gradle 8.7
This commit is contained in:
parent
feae5d2630
commit
d3f9bb4c00
2 changed files with 4 additions and 4 deletions
|
@ -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() } }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue