9 lines
163 B
Groovy
9 lines
163 B
Groovy
pluginManagement {
|
|
repositories {
|
|
google()
|
|
mavenCentral()
|
|
gradlePluginPortal()
|
|
}
|
|
}
|
|
rootProject.name = "StreamPlayer"
|
|
include ':app' |