Update SDK and build tools

pull/253/head
Alex Baker 10 years ago
parent 57472cc7f1
commit 7d5e8e7f6b

@ -2,12 +2,14 @@ language: android
jdk: oraclejdk7
env:
matrix:
- ANDROID_SDKS=android-19,sysimg-19 ANDROID_TARGET=android-19 ANDROID_ABI=armeabi-v7a
- ANDROID_SDKS=android-21,sysimg-19 ANDROID_TARGET=android-19 ANDROID_ABI=armeabi-v7a
android:
components:
- build-tools-20.0.0
- android-21
- platform-tools-21
- build-tools-21.0.2
licenses:
- android-sdk-license-5be876d5
- 'android-sdk-license-.+'
before_install:
- echo no | android create avd --force -n test -t $ANDROID_TARGET --abi $ANDROID_ABI

@ -8,8 +8,8 @@ android {
lintOptions {
lintConfig file("../lint.xml")
}
compileSdkVersion 19
buildToolsVersion "20"
compileSdkVersion 21
buildToolsVersion "21.0.2"
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_7

@ -9,8 +9,8 @@ android {
lintConfig file("../lint.xml")
}
compileSdkVersion 19
buildToolsVersion "20"
compileSdkVersion 21
buildToolsVersion "21.0.2"
defaultConfig {
minSdkVersion 7

@ -8,6 +8,6 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:0.13.0'
classpath 'com.android.tools.build:gradle:0.13.3'
}
}

Loading…
Cancel
Save