We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3518c8d commit cf272e1Copy full SHA for cf272e1
ParseLiveQuery/build.gradle
@@ -8,7 +8,7 @@ version = '1.0.1-SNAPSHOT'
8
9
buildscript {
10
repositories {
11
- mavenCentral()
+ jcenter()
12
}
13
14
dependencies {
build.gradle
@@ -1,7 +1,7 @@
1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
3
4
5
6
7
classpath 'com.android.tools.build:gradle:2.3.0'
@@ -10,7 +10,7 @@ buildscript {
allprojects {
15
16
0 commit comments