Skip to content

Commit cf272e1

Browse files
committed
Move to jcenter
1 parent 3518c8d commit cf272e1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ParseLiveQuery/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ version = '1.0.1-SNAPSHOT'
88

99
buildscript {
1010
repositories {
11-
mavenCentral()
11+
jcenter()
1212
}
1313

1414
dependencies {

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
buildscript {
33
repositories {
4-
mavenCentral()
4+
jcenter()
55
}
66
dependencies {
77
classpath 'com.android.tools.build:gradle:2.3.0'
@@ -10,7 +10,7 @@ buildscript {
1010

1111
allprojects {
1212
repositories {
13-
mavenCentral()
13+
jcenter()
1414
}
1515
}
1616

0 commit comments

Comments
 (0)