summaryrefslogtreecommitdiffstats
path: root/settings.gradle
diff options
context:
space:
mode:
authorNazario <francisco.nazario@logixsdigital.com>2023-06-02 11:28:39 +0200
committerNazario <francisco.nazario@logixsdigital.com>2023-06-02 11:28:39 +0200
commit69d52a32ce7839d78639a40d5a28f556f9206f1a (patch)
tree0883a1f1031ca3abf04b6242b404b9acfb0bc4a1 /settings.gradle
parentf815a7bee9e669cc4981f08c6fbca869b7a5ba1e (diff)
init commitmain
Diffstat (limited to 'settings.gradle')
-rw-r--r--settings.gradle16
1 files changed, 16 insertions, 0 deletions
diff --git a/settings.gradle b/settings.gradle
new file mode 100644
index 0000000..60e8343
--- /dev/null
+++ b/settings.gradle
@@ -0,0 +1,16 @@
+pluginManagement {
+ repositories {
+ google()
+ mavenCentral()
+ gradlePluginPortal()
+ }
+}
+dependencyResolutionManagement {
+ repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
+ repositories {
+ google()
+ mavenCentral()
+ }
+}
+rootProject.name = "Proyecto android"
+include ':app'