Skip to content

Commit 2119b02

Browse files
Jonathan Chaujchau207
authored andcommitted
update gradle repository
1 parent 296dc6d commit 2119b02

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

build.gradle

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ buildscript {
55
repositories {
66
google()
77
jcenter()
8-
8+
mavenCentral()
9+
maven { url 'https://jitpack.io' }
910
}
1011
dependencies {
1112
classpath 'com.android.tools.build:gradle:3.5.3'
@@ -20,6 +21,8 @@ allprojects {
2021
repositories {
2122
google()
2223
jcenter()
24+
mavenCentral()
25+
maven { url 'https://jitpack.io' }
2326

2427
}
2528
}

0 commit comments

Comments
 (0)