Try and get the API 21 build going again...

This commit is contained in:
Bradlee Speice 2014-11-23 23:23:10 -05:00
parent 7e3fdf6567
commit 0e068fe4bd
2 changed files with 7 additions and 4 deletions

View File

@ -1,5 +1,12 @@
# We still need android to get the build tools/support libraries # We still need android to get the build tools/support libraries
language: android language: android
android:
components:
- build-tools-21.1.1
- android-21
- extra-android-support
- extra-android-m2repository
- extra-google-m2repository
script: script:
- ./gradlew test - ./gradlew test

View File

@ -2,12 +2,8 @@ buildscript {
repositories { repositories {
mavenCentral() mavenCentral()
} }
dependencies {
classpath 'com.jakewharton.sdkmanager:gradle-plugin:0.12.+'
}
} }
apply plugin: 'android-sdk-manager'
apply plugin: 'com.android.application' apply plugin: 'com.android.application'
apply plugin: 'kotlin-android' apply plugin: 'kotlin-android'