s3music/settings.gradle

17 lines
335 B
Groovy
Raw Permalink Normal View History

2022-08-27 21:14:08 +02:00
pluginManagement {
repositories {
gradlePluginPortal()
google()
mavenCentral()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
2023-02-22 16:46:57 +01:00
rootProject.name = "Asgardius S3 Music"
2022-08-27 21:14:08 +02:00
include ':app'