Cloud_music/settings.gradle

19 lines
372 B
Groovy
Raw Normal View History

2023-10-21 14:07:35 +00:00
pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
maven { url 'https://jitpack.io' }
}
}
rootProject.name = "Cloud_music"
include ':app'