From 0e068fe4bdd72788b39e0e0d2b81ce1ec26618d1 Mon Sep 17 00:00:00 2001 From: Bradlee Speice Date: Sun, 23 Nov 2014 23:23:10 -0500 Subject: [PATCH] Try and get the API 21 build going again... --- .travis.yml | 7 +++++++ app/build.gradle | 4 ---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4be7cf3..ba4155a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,12 @@ # We still need android to get the build tools/support libraries language: android +android: + components: + - build-tools-21.1.1 + - android-21 + - extra-android-support + - extra-android-m2repository + - extra-google-m2repository script: - ./gradlew test diff --git a/app/build.gradle b/app/build.gradle index 51a0f26..11c4933 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -2,12 +2,8 @@ buildscript { repositories { mavenCentral() } - dependencies { - classpath 'com.jakewharton.sdkmanager:gradle-plugin:0.12.+' - } } -apply plugin: 'android-sdk-manager' apply plugin: 'com.android.application' apply plugin: 'kotlin-android'