Formatting
This commit is contained in:
parent
ba05088342
commit
4a1c1dd1d8
8 changed files with 18 additions and 10 deletions
|
@ -2,22 +2,22 @@ pluginManagement {
|
|||
repositories {
|
||||
google {
|
||||
content {
|
||||
includeGroupByRegex("com\\.android.*")
|
||||
includeGroupByRegex("com\\.google.*")
|
||||
includeGroupByRegex("androidx.*")
|
||||
includeGroupByRegex ("com\\.android.*")
|
||||
includeGroupByRegex ("com\\.google.*")
|
||||
includeGroupByRegex ("androidx.*")
|
||||
}
|
||||
}
|
||||
mavenCentral()
|
||||
gradlePluginPortal()
|
||||
mavenCentral ()
|
||||
gradlePluginPortal ()
|
||||
}
|
||||
}
|
||||
dependencyResolutionManagement {
|
||||
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
||||
repositoriesMode . set ( RepositoriesMode . FAIL_ON_PROJECT_REPOS )
|
||||
repositories {
|
||||
google()
|
||||
mavenCentral()
|
||||
google ()
|
||||
mavenCentral ()
|
||||
}
|
||||
}
|
||||
|
||||
rootProject.name = "Zanbur"
|
||||
include(":app")
|
||||
rootProject . name = "Zanbur"
|
||||
include (":app")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue