Updated build tools

This commit is contained in:
Electric1447
2024-04-05 00:03:28 +03:00
parent 4b42f13a02
commit fbd643cd5f
6 changed files with 63 additions and 50 deletions
+22
View File
@@ -1 +1,23 @@
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 = "OpenPods"
include ':app'