Skip to content

Commit 625ef9e

Browse files
committed
Corrección de repositorios de dependencias
1 parent 77c60f8 commit 625ef9e

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.idea/jarRepositories.xml

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
buildscript {
22
repositories {
33
mavenLocal()
4-
mavenCentral()
54
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
65
jcenter()
76
google()
@@ -28,7 +27,7 @@ allprojects {
2827

2928
repositories {
3029
mavenLocal()
31-
mavenCentral()
30+
jcenter()
3231
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
3332
maven { url "https://oss.sonatype.org/content/repositories/releases/" }
3433
maven {

0 commit comments

Comments
 (0)