Skip to content

Commit 143d0e9

Browse files
Add maven central to repositories
1 parent fc1d1fe commit 143d0e9

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()
6-
google()
5+
google()
6+
mavenCentral()
77
}
88
dependencies {
99
classpath 'com.android.tools.build:gradle:4.2.1'
@@ -16,6 +16,7 @@ buildscript {
1616
allprojects {
1717
repositories {
1818
google()
19+
mavenCentral()
1920
flatDir {
2021
dirs 'libs'
2122
}

0 commit comments

Comments
 (0)