Skip to content

Commit 8b63fef

Browse files
authored
Change repositories for gradle
1 parent c408c4c commit 8b63fef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ distributions {
2424
}
2525

2626
repositories {
27-
jcenter()
27+
mavenLocal()
28+
mavenCentral()
2829
}
2930

3031
dependencies {

0 commit comments

Comments
 (0)