We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06dc56c commit 96d7a9fCopy full SHA for 96d7a9f
build.gradle
@@ -1,8 +1,9 @@
1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
buildscript {
3
repositories {
4
+ gradlePluginPortal()
5
google()
- jcenter()
6
+ mavenCentral()
7
maven { url "https://jitpack.io" }
8
maven { url 'https://download.01.org/crosswalk/releases/crosswalk/android/maven2' }
9
}
@@ -16,8 +17,9 @@ buildscript {
16
17
18
allprojects {
19
20
21
22
23
24
25
0 commit comments