Create repository

This commit is contained in:
Данил
2025-05-12 00:25:00 +07:00
parent f323a2da1f
commit 44539a9a45
63 changed files with 1995 additions and 1 deletions
+24
View File
@@ -0,0 +1,24 @@
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 = "TaskTracker"
include(":app")