xinli/xinli-App/settings.gradle

12 lines
162 B
Groovy
Raw Normal View History

2025-11-23 10:19:32 +08:00
pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
rootProject.name = "XinliApp"
include ':app'