Skip to content

Commit bd909e7

Browse files
committed
Support Android Studio V3.6
Modify build.gradle to support Android Studio V3.6.
1 parent 9090ee7 commit bd909e7

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
@@ -1,14 +1,16 @@
11
buildscript {
22
repositories {
3+
google()
34
jcenter()
45
}
56
dependencies {
6-
classpath 'com.android.tools.build:gradle:1.2.3'
7+
classpath 'com.android.tools.build:gradle:3.6.0'
78
}
89
}
910

1011
allprojects {
1112
repositories {
13+
google()
1214
jcenter()
1315
}
1416
}

0 commit comments

Comments
 (0)