Skip to content

Commit 412f6ad

Browse files
committed
Remove jcenter from buildscript repos
1 parent 7e1dd96 commit 412f6ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ buildscript {
22
ext.kotlin_version = "1.5.10"
33
repositories {
44
google()
5-
jcenter()
5+
mavenCentral()
66
}
77
dependencies {
88
classpath "com.android.tools.build:gradle:4.1.2"

0 commit comments

Comments
 (0)