Skip to content

Commit 02a13ca

Browse files
authored
Merge branch 'main' into 63-reduce-the-time-between-initial-learning-event-and-the-1st-review
2 parents 5183b70 + 087c81a commit 02a13ca

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
buildscript {
44
repositories {
55
google()
6-
jcenter()
76
maven {
87
url 'https://plugins.gradle.org/m2/'
98
}
@@ -22,7 +21,7 @@ buildscript {
2221
allprojects {
2322
repositories {
2423
google()
25-
jcenter()
24+
mavenCentral()
2625
maven {
2726
url "https://jitpack.io"
2827
}

0 commit comments

Comments
 (0)