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

Commit 3b7eeae

Browse files
committed
Update repositories
1 parent aef222c commit 3b7eeae

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

build.gradle

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
buildscript {
22
repositories {
3+
google()
34
jcenter()
45
}
56
dependencies {
@@ -11,10 +12,7 @@ buildscript {
1112

1213
allprojects {
1314
repositories {
14-
jcenter()
15-
maven {
16-
url "https://maven.google.com"
17-
}
15+
google()
1816
}
1917
}
2018

0 commit comments

Comments
 (0)