Skip to content

Commit 8856079

Browse files
committed
Add additional repo uri
Some of the libraries in the jcenter repo are now missing. Adding an additional link to find these missing dependencies.
1 parent 7de1fe8 commit 8856079

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
buildscript {
44
repositories {
5-
jcenter()
65
google()
6+
jcenter()
77
}
88
dependencies {
99
classpath 'com.android.tools.build:gradle:3.0.1'
@@ -15,9 +15,10 @@ buildscript {
1515

1616
allprojects {
1717
repositories {
18-
jcenter()
1918
google()
19+
maven { url "https://maven.google.com" }
2020
maven { url "https://jitpack.io" }
21+
jcenter()
2122
flatDir {
2223
dirs 'libs'
2324
}

0 commit comments

Comments
 (0)