11 lines
170 B
Text
11 lines
170 B
Text
|
pluginManagement {
|
||
|
repositories {
|
||
|
google()
|
||
|
mavenCentral()
|
||
|
gradlePluginPortal()
|
||
|
}
|
||
|
}
|
||
|
|
||
|
rootProject.name = "Vendetta Manager"
|
||
|
include(":app")
|