Updates for latest gradle/build tools

Ref GH-504.
This commit is contained in:
Darryl Pogue
2018-09-26 00:29:31 -07:00
committed by Darryl Pogue
parent f1396c7aad
commit f1f1ac3cbd
13 changed files with 60 additions and 64 deletions
+3 -2
View File
@@ -23,11 +23,12 @@ buildscript {
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.1'
dependencies {
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
classpath 'com.android.tools.build:gradle:3.2.0'
}
}