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:
parent
901545d404
commit
feec3b1c51
@ -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 {
|
||||
compileSdkVersion 19
|
||||
buildToolsVersion "19.0.1"
|
||||
|
Loading…
x
Reference in New Issue
Block a user