Skip to content
This repository was archived by the owner on Jan 31, 2022. It is now read-only.

Commit bcd4f2f

Browse files
committed
chore: Fix manifest-merger bug by reordering repos
1 parent 1a42f9d commit bcd4f2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525

2626
buildscript {
2727
repositories {
28-
jcenter()
2928
google()
29+
jcenter()
3030
}
3131
dependencies {
3232
classpath 'ch.raffael.pegdown-doclet:pegdown-doclet:1.3'
@@ -40,8 +40,8 @@ buildscript {
4040

4141
allprojects {
4242
repositories {
43-
jcenter()
4443
google()
44+
jcenter()
4545
}
4646
}
4747

0 commit comments

Comments
 (0)