Skip to content

Commit 8eeeee5

Browse files
committed
Reorder repositories in build.gradle to fix Gradle
1 parent ed8e439 commit 8eeeee5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ buildscript {
1414
}
1515

1616
repositories {
17-
jcenter()
1817
google()
18+
jcenter()
1919
}
2020

2121
dependencies {

0 commit comments

Comments
 (0)