updated gradle to latest

This commit is contained in:
strawmanbobi
2019-06-16 21:50:54 +08:00
parent 57921259c3
commit 7992c79272
2 changed files with 4 additions and 3 deletions

View File

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