Skip to content
This repository was archived by the owner on Jul 8, 2025. It is now read-only.

Commit 8cedd8c

Browse files
marcbaechingerdturner
authored andcommitted
Add mavenCentral as an alternative for deps
1 parent 329a21b commit 8cedd8c

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
@@ -51,7 +51,7 @@ buildscript {
5151

5252
repositories {
5353
google()
54-
jcenter()
54+
mavenCentral()
5555
}
5656
dependencies {
5757
classpath 'com.android.tools.build:gradle:4.0.1'
@@ -66,7 +66,7 @@ buildscript {
6666
allprojects {
6767
repositories {
6868
google()
69-
jcenter()
69+
mavenCentral()
7070
}
7171
}
7272

0 commit comments

Comments
 (0)