12 lines
162 B
Groovy
12 lines
162 B
Groovy
|
|
pluginManagement {
|
||
|
|
repositories {
|
||
|
|
google()
|
||
|
|
mavenCentral()
|
||
|
|
gradlePluginPortal()
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
rootProject.name = "XinliApp"
|
||
|
|
include ':app'
|
||
|
|
|