Make all the gradle libs use the same latest build-tools version

This makes it completely build from source properly on a standard setup
This commit is contained in:
Daniel Martí 2014-02-15 12:31:15 +01:00
parent 901545d404
commit feec3b1c51

View File

@ -35,6 +35,14 @@ project(':extern:UniversalImageLoader:library') {
} }
} }
project(':extern:AndroidPinning') {
android { buildToolsVersion '19.0.1' }
}
project(':extern:MemorizingTrustManager') {
android { buildToolsVersion '19.0.1' }
}
android { android {
compileSdkVersion 19 compileSdkVersion 19
buildToolsVersion "19.0.1" buildToolsVersion "19.0.1"