Skip to content

Commit 5b27199

Browse files
darindvtrifonov
authored andcommitted
Use google repository as primary
1 parent e4939f9 commit 5b27199

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

test-app/build-tools/android-metadata-generator/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ targetCompatibility = JavaVersion.VERSION_1_6
1212

1313
buildscript {
1414
repositories {
15-
jcenter()
1615
google()
16+
jcenter()
1717
}
1818

1919
dependencies {

test-app/build-tools/static-binding-generator/runtests.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ apply plugin: 'java-library'
44
defaultTasks 'runSbg'
55

66
repositories {
7-
jcenter()
87
google()
8+
jcenter()
99
}
1010

1111
dependencies {

test-app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
buildscript {
44

55
repositories {
6-
jcenter()
76
google()
7+
jcenter()
88
}
99
dependencies {
1010
classpath 'com.android.tools.build:gradle:3.1.2'

0 commit comments

Comments
 (0)