Skip to content

Commit 072010f

Browse files
authored
Merge pull request #753 from wordpress-mobile/fix-gradle-build-error
Reorder repositories in build.gradle to fix Gradle
2 parents ed8e439 + 8eeeee5 commit 072010f

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)