Android: upgrade build tools

This commit is contained in:
jendib 2016-06-16 20:13:34 +02:00
parent a79922d7c9
commit ed1353a4eb
No known key found for this signature in database
GPG Key ID: 06EE7F699579166F

View File

@ -3,7 +3,7 @@ buildscript {
jcenter() jcenter()
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:2.1.0' classpath 'com.android.tools.build:gradle:2.1.2'
} }
} }
apply plugin: 'com.android.application' apply plugin: 'com.android.application'
@ -14,7 +14,7 @@ repositories {
android { android {
compileSdkVersion 23 compileSdkVersion 23
buildToolsVersion '23.0.3' buildToolsVersion '24'
defaultConfig { defaultConfig {
minSdkVersion 14 minSdkVersion 14