Update SDK and build tools

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

@ -2,12 +2,14 @@ language: android
jdk: oraclejdk7 jdk: oraclejdk7
env: env:
matrix: 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: android:
components: components:
- build-tools-20.0.0 - android-21
- platform-tools-21
- build-tools-21.0.2
licenses: licenses:
- android-sdk-license-5be876d5 - 'android-sdk-license-.+'
before_install: before_install:
- echo no | android create avd --force -n test -t $ANDROID_TARGET --abi $ANDROID_ABI - echo no | android create avd --force -n test -t $ANDROID_TARGET --abi $ANDROID_ABI

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

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

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

Loading…
Cancel
Save