diff --git a/.travis.yml b/.travis.yml index 3ac8e782c..15b90cccc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ android: components: - android-21 - platform-tools-21 - - build-tools-21.1.1 + - build-tools-21.1.2 - extra-android-m2repository licenses: - 'android-sdk-license-.+' diff --git a/build.gradle b/build.gradle index 5500800c2..3a0508689 100644 --- a/build.gradle +++ b/build.gradle @@ -24,7 +24,7 @@ android { } compileSdkVersion 21 - buildToolsVersion "21.1.1" + buildToolsVersion "21.1.2" defaultConfig { minSdkVersion 7 @@ -76,8 +76,8 @@ dependencies { compile group: 'com.jakewharton', name: 'butterknife', version: '6.0.0' - compile group: 'com.android.support', name: 'support-v4', version: '21.0.2' - compile group: 'com.android.support', name: 'appcompat-v7', version: '21.0.2' + compile group: 'com.android.support', name: 'support-v4', version: '21.0.3' + compile group: 'com.android.support', name: 'appcompat-v7', version: '21.0.3' compile group: 'org.slf4j', name: 'slf4j-api', version: '1.7.7' compile group: 'joda-time', name: 'joda-time', version: '2.3', transitive: false