Bump build-tools to 19.0.2

This commit is contained in:
Daniel Martí 2014-02-23 12:22:04 +01:00
parent 31aa3fcf30
commit 955c2f5f6c

View File

@ -27,7 +27,7 @@ subprojects {
}
apply plugin: 'android-library'
android {
buildToolsVersion '19.0.1'
buildToolsVersion '19.0.2'
packagingOptions {
exclude "META-INF/LICENSE*"
exclude "META-INF/NOTICE*"
@ -56,7 +56,7 @@ project(':extern:UniversalImageLoader:library') {
android {
compileSdkVersion 19
buildToolsVersion '19.0.1'
buildToolsVersion '19.0.2'
sourceSets {
main {