1
0
Fork 0
mirror of https://github.com/emptyynes/EmptyPlayer.git synced 2025-01-02 14:42:26 +03:00
EmptyPlayer/settings.gradle.kts
Isaac Iwasaki 4057af1c55 init
2024-09-24 14:36:27 +07:00

23 lines
530 B
Text

pluginManagement {
repositories {
google {
content {
includeGroupByRegex("com\\.android.*")
includeGroupByRegex("com\\.google.*")
includeGroupByRegex("androidx.*")
}
}
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "Player"
include(":app")