Skip to content

Commit 9c16705

Browse files
committed
update gradle
1 parent d7fb02d commit 9c16705

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
buildscript {
22
repositories {
33
jcenter()
4+
google()
45
}
56
dependencies {
6-
classpath 'com.android.tools.build:gradle:3.0.0'
7+
classpath 'com.android.tools.build:gradle:3.0.1'
78
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.4'
89
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.4.1'
910
}

0 commit comments

Comments
 (0)