MuiscPlayerForSubsonic/settings.gradle

17 lines
339 B
Groovy
Raw Normal View History

2023-02-18 11:27:35 +08:00
pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "MusicPlayerForSubsonic"
include ':app'