updated Android example gradle config

This commit is contained in:
strawmanbobi
2018-04-01 16:15:19 +08:00
parent 432f2476bc
commit a8d1a7f72c
4 changed files with 5 additions and 7 deletions

View File

@@ -3,9 +3,10 @@
buildscript {
repositories {
jcenter()
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.3'
classpath 'com.android.tools.build:gradle:3.1.0'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}