mirror of
https://gitlab.com/futo-org/fcast.git
synced 2025-08-22 15:22:50 +00:00
26 lines
613 B
Text
26 lines
613 B
Text
![]() |
pluginManagement {
|
||
|
repositories {
|
||
|
google {
|
||
|
content {
|
||
|
includeGroupByRegex("com\\.android.*")
|
||
|
includeGroupByRegex("com\\.google.*")
|
||
|
includeGroupByRegex("androidx.*")
|
||
|
}
|
||
|
}
|
||
|
mavenCentral()
|
||
|
gradlePluginPortal()
|
||
|
}
|
||
|
}
|
||
|
dependencyResolutionManagement {
|
||
|
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
||
|
repositories {
|
||
|
google()
|
||
|
mavenCentral()
|
||
|
mavenLocal()
|
||
|
maven("https://jitpack.io")
|
||
|
}
|
||
|
}
|
||
|
|
||
|
rootProject.name = "FCast Sender SDK Layouts Example"
|
||
|
include(":app")
|