strawberry/settings.gradle.kts
EVE-146T e3fb76f0ab STRAWBERRY 🍓🍓🍓
2024-08-10 09:23:51 +02:00

24 lines
No EOL
536 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 = "STRAW BERRY"
include(":app")