Update build-tools version

This commit is contained in:
Daniel Martí 2014-07-02 14:04:05 +02:00
parent 4e52611d36
commit eb841a88ca

View File

@ -9,7 +9,7 @@ buildscript {
apply plugin: 'android'
def toolVersion = "19.1"
def toolVersion = "20.0.0"
sdkLoc = getSdkPath()
FileCollection getAndroidPrebuilt(String apiLevel) {