Skip to content

Commit 8d9f41f

Browse files
authored
Update build.gradle
1 parent 71ab71b commit 8d9f41f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,19 @@
22

33
buildscript {
44
repositories {
5+
google()
56
jcenter()
67
}
78
dependencies {
8-
classpath 'com.android.tools.build:gradle:2.3.3'
9+
classpath 'com.android.tools.build:gradle:3.0.0-rc1'
910
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.4'
1011
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.4.1'
1112
}
1213
}
1314

1415
allprojects {
1516
repositories {
17+
google()
1618
jcenter()
1719
}
1820
}

0 commit comments

Comments
 (0)