Skip to content

Commit 88414f3

Browse files
committed
Remove jcenter as it is ending
1 parent 87b2f29 commit 88414f3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ buildscript {
3131
}
3232

3333
repositories {
34-
jcenter()
34+
gradlePluginPortal()
35+
mavenCentral()
3536
}
3637

3738
dependencies {

lib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: "kotlin"
22
apply plugin: 'maven'
33

44
repositories {
5-
jcenter()
5+
mavenCentral()
66
maven { url 'https://jitpack.io' }
77
}
88

0 commit comments

Comments
 (0)