Skip to content

Commit e7635ef

Browse files
committed
Tried to fix error with new version of gradle
1 parent 85266ab commit e7635ef

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ buildscript {
1818

1919
allprojects {
2020
repositories {
21-
google()
21+
maven {
22+
url "https://maven.google.com"
23+
}
2224
jcenter()
2325
}
2426
}

0 commit comments

Comments
 (0)