summaryrefslogtreecommitdiffstats
path: root/settings.gradle
diff options
context:
space:
mode:
authorAlberto Duarte (PWC) <alberto.duarte.delgado@pwc.com>2023-10-09 17:35:35 +0100
committerAlberto Duarte (PWC) <alberto.duarte.delgado@pwc.com>2023-10-09 17:35:35 +0100
commit1dd6d976f1e78cde69ac9e0f89b1b80b1e89cba3 (patch)
tree38779ba36a4034152825d593a4e1a1e2e919ec01 /settings.gradle
parentffe8799737b060f0d7d73ad394cc255b73a853ec (diff)
Not sure
Diffstat (limited to 'settings.gradle')
-rw-r--r--settings.gradle32
1 files changed, 16 insertions, 16 deletions
diff --git a/settings.gradle b/settings.gradle
index 60e8343..2811b59 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -1,16 +1,16 @@
-pluginManagement {
- repositories {
- google()
- mavenCentral()
- gradlePluginPortal()
- }
-}
-dependencyResolutionManagement {
- repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
- repositories {
- google()
- mavenCentral()
- }
-}
-rootProject.name = "Proyecto android"
-include ':app'
+pluginManagement {
+ repositories {
+ google()
+ mavenCentral()
+ gradlePluginPortal()
+ }
+}
+dependencyResolutionManagement {
+ repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
+ repositories {
+ google()
+ mavenCentral()
+ }
+}
+rootProject.name = "Proyecto android"
+include ':app'