Build tools 21.1.1

pull/253/head
Alex Baker 10 years ago
parent f87422360b
commit f66dcca27b

@ -7,7 +7,7 @@ android:
components:
- android-21
- platform-tools-21
- build-tools-21.0.2
- build-tools-21.1.1
licenses:
- 'android-sdk-license-.+'

@ -9,7 +9,7 @@ android {
lintConfig file("../lint.xml")
}
compileSdkVersion 21
buildToolsVersion "21.0.2"
buildToolsVersion "21.1.1"
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_7

@ -10,7 +10,7 @@ android {
}
compileSdkVersion 21
buildToolsVersion "21.0.2"
buildToolsVersion "21.1.1"
defaultConfig {
minSdkVersion 7

Loading…
Cancel
Save