Skip to content

Commit 8713b01

Browse files
committed
add Google's Maven repository to top level gradle file
1 parent 762dbf6 commit 8713b01

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

templates/TopBuild.gradle.tmpl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ buildscript {
1515
allprojects {
1616
repositories {
1717
jcenter()
18+
maven {
19+
url "https://maven.google.com"
20+
}
1821
}
1922
}
2023

0 commit comments

Comments
 (0)