xinli/xinli-App/settings.gradle
2025-11-23 10:19:32 +08:00

12 lines
162 B
Groovy

pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
rootProject.name = "XinliApp"
include ':app'