Bump build.gradle tools and plugin versions

This commit is contained in:
Daniel Martí 2014-11-14 12:10:56 +01:00
parent eb83736dce
commit 9b108e36d8

View File

@ -3,7 +3,7 @@ buildscript {
mavenCentral() mavenCentral()
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:0.14.1' classpath 'com.android.tools.build:gradle:0.14.2'
} }
} }
@ -11,7 +11,7 @@ apply plugin: 'android'
allprojects { allprojects {
ext { ext {
toolVersion = '21.1' toolVersion = '21.1.1'
sdkLoc = getSdkPath() sdkLoc = getSdkPath()
} }
} }