xinli/xinli-App/settings.gradle

12 lines
162 B
Groovy
Raw Permalink Normal View History

2026-02-24 16:49:05 +08:00
pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
rootProject.name = "XinliApp"
include ':app'