Build tools 21.1.2, support repository rev 10

pull/253/head
Alex Baker 11 years ago
parent 2de5824ddf
commit 24a9ac5d9c

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

@ -24,7 +24,7 @@ android {
} }
compileSdkVersion 21 compileSdkVersion 21
buildToolsVersion "21.1.1" buildToolsVersion "21.1.2"
defaultConfig { defaultConfig {
minSdkVersion 7 minSdkVersion 7
@ -76,8 +76,8 @@ dependencies {
compile group: 'com.jakewharton', name: 'butterknife', version: '6.0.0' 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: 'support-v4', version: '21.0.3'
compile group: 'com.android.support', name: 'appcompat-v7', version: '21.0.2' 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: 'org.slf4j', name: 'slf4j-api', version: '1.7.7'
compile group: 'joda-time', name: 'joda-time', version: '2.3', transitive: false compile group: 'joda-time', name: 'joda-time', version: '2.3', transitive: false

Loading…
Cancel
Save