From 2566ab738ca9f72b3f4e30d8978f4a55d6c2c22a Mon Sep 17 00:00:00 2001 From: Alex Baker Date: Tue, 10 Mar 2015 17:12:44 -0500 Subject: [PATCH] Update to Android SDK r22 --- .travis.yml | 8 ++++---- build.gradle | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5a18002e5..d4bc5719f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,12 +3,12 @@ sudo: false jdk: oraclejdk7 env: matrix: - - ANDROID_SDKS=android-21,sysimg-19 ANDROID_TARGET=android-19 ANDROID_ABI=armeabi-v7a + - ANDROID_SDKS=android-22,sysimg-19 ANDROID_TARGET=android-19 ANDROID_ABI=armeabi-v7a android: components: - - android-21 - - platform-tools-21 - - build-tools-21.1.2 + - android-22 + - platform-tools-22 + - build-tools-22 - extra-android-m2repository licenses: - 'android-sdk-license-.+' diff --git a/build.gradle b/build.gradle index 9489f6b4b..66ef8ed2f 100644 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:1.1.0' + classpath 'com.android.tools.build:gradle:1.1.3' } } @@ -23,14 +23,14 @@ android { lintConfig file("lint.xml") } - compileSdkVersion 21 - buildToolsVersion "21.1.2" + compileSdkVersion 22 + buildToolsVersion "22" defaultConfig { versionCode 348 versionName "4.7.7" minSdkVersion 7 - targetSdkVersion 21 + targetSdkVersion 22 } signingConfigs {