Build tools 21.1.1

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

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

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

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

Loading…
Cancel
Save