Skip to content

Commit 9d5ef50

Browse files
committed
1. Updated build.gradle
1 parent 4416325 commit 9d5ef50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 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.2.1'
@@ -16,8 +16,8 @@ buildscript {
1616

1717
allprojects {
1818
repositories {
19-
jcenter()
2019
google()
20+
jcenter()
2121
}
2222
}
2323

0 commit comments

Comments
 (0)