mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-12-04 01:06:27 +00:00
24 lines
543 B
Text
24 lines
543 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()
|
||
|
}
|
||
|
}
|
||
|
|
||
|
rootProject.name = "GStreamer WebRTCSrc"
|
||
|
include(":app")
|