Skip to content

Commit 5bd91aa

Browse files
authored
Google should come first now (#917)
1 parent ce7757a commit 5bd91aa

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
@@ -1,8 +1,8 @@
11
buildscript {
22
ext.kotlin_version = '1.2.71'
33
repositories {
4-
jcenter()
54
google()
5+
jcenter()
66
}
77
dependencies {
88
classpath 'com.android.tools.build:gradle:3.1.3'
@@ -18,8 +18,8 @@ plugins {
1818

1919
allprojects {
2020
repositories {
21-
jcenter()
2221
google()
22+
jcenter()
2323
}
2424
}
2525

0 commit comments

Comments
 (0)