10 lines
127 B
Text
10 lines
127 B
Text
|
pluginManagement {
|
||
|
repositories {
|
||
|
gradlePluginPortal()
|
||
|
jcenter()
|
||
|
google()
|
||
|
}
|
||
|
}
|
||
|
|
||
|
include(":app")
|