Skip to content

Commit c68a8dc

Browse files
WMSDK-555: remove jcenter()
1 parent a5ce99b commit c68a8dc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

android/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ buildscript {
44

55
repositories {
66
google()
7-
jcenter()
7+
mavenCentral()
88
}
99

1010
dependencies {
@@ -52,7 +52,6 @@ android {
5252

5353
repositories {
5454
mavenCentral()
55-
jcenter()
5655
google()
5756

5857
def found = false

0 commit comments

Comments
 (0)