Update gradle and build tools

This commit is contained in:
Cameron Gutman
2017-05-14 15:11:21 -07:00
parent 4555b3c74c
commit 244fae07ab
3 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ apply plugin: 'com.android.application'
android {
compileSdkVersion 25
buildToolsVersion '25.0.2'
buildToolsVersion '25.0.3'
defaultConfig {
minSdkVersion 16

View File

@@ -4,7 +4,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.1'
classpath 'com.android.tools.build:gradle:2.3.2'
}
}