Skip to content

Commit c152e4f

Browse files
authored
Merge pull request #187 from AppDevNext/MavenCentral
MavenCentral
2 parents 8613bfd + 903c10a commit c152e4f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ buildscript {
22
ext.kotlin_version = '1.5.0'
33
repositories {
44
google()
5-
jcenter()
5+
mavenCentral()
66
maven {
77
url "https://plugins.gradle.org/m2/"
88
}
@@ -30,7 +30,7 @@ subprojects {
3030
allprojects {
3131
repositories {
3232
google()
33-
jcenter()
33+
mavenCentral()
3434
maven { url 'https://jitpack.io' }
3535
}
3636

0 commit comments

Comments
 (0)