Skip to content

Commit 96d7a9f

Browse files
committed
replace jcenter with mavenCentral
1 parent 06dc56c commit 96d7a9f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

build.gradle

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
buildscript {
33
repositories {
4+
gradlePluginPortal()
45
google()
5-
jcenter()
6+
mavenCentral()
67
maven { url "https://jitpack.io" }
78
maven { url 'https://download.01.org/crosswalk/releases/crosswalk/android/maven2' }
89
}
@@ -16,8 +17,9 @@ buildscript {
1617

1718
allprojects {
1819
repositories {
20+
gradlePluginPortal()
1921
google()
20-
jcenter()
22+
mavenCentral()
2123
maven { url "https://jitpack.io" }
2224
maven { url 'https://download.01.org/crosswalk/releases/crosswalk/android/maven2' }
2325
}

0 commit comments

Comments
 (0)