Skip to content

Commit 10b0f77

Browse files
committed
Put Google repo at the top for priority
1 parent 3418d8a commit 10b0f77

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
@@ -1,12 +1,12 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
buildscript {
33
repositories {
4+
google()
45
jcenter()
56
maven {
67
url 'https://maven.google.com/'
78
name 'Google'
89
}
9-
google()
1010
}
1111
dependencies {
1212
classpath 'com.android.tools.build:gradle:3.1.3'

0 commit comments

Comments
 (0)