xinli/xinli-App/settings.gradle
2026-02-24 16:49:05 +08:00

12 lines
162 B
Groovy

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