From 0a1753d8b9a29736f878697feba49d71db4ead86 Mon Sep 17 00:00:00 2001 From: Tim Schumacher Date: Sun, 25 Jan 2015 11:50:15 +0100 Subject: [PATCH] AppCompat 21.0.2 benutzen, weil das die neuste Version bei Travis ist. --- .travis.yml | 8 +------- app/app.iml | 6 +++--- app/build.gradle | 2 +- 3 files changed, 5 insertions(+), 11 deletions(-) diff --git a/.travis.yml b/.travis.yml index f742ce3..f330524 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,10 +7,4 @@ components: - android-21 - extra-android-support - extra-google-m2repository - - extra-android-m2repository - -before_script: - - echo yes | android update sdk --no-ui -f - - ls -l /usr/local/android-sdk/extras/android/m2repository/com/android/support/ - - ls -l /usr/local/android-sdk/extras/android/m2repository/com/android/support/appcompat-v7/ - - ls -l /usr/local/android-sdk/extras/android/m2repository/com/android/support/appcompat-v7/21.0.3/ \ No newline at end of file + - extra-android-m2repository \ No newline at end of file diff --git a/app/app.iml b/app/app.iml index 9724666..f15f948 100644 --- a/app/app.iml +++ b/app/app.iml @@ -83,9 +83,9 @@ - - - + + + diff --git a/app/build.gradle b/app/build.gradle index fb2e091..66aa61d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -21,5 +21,5 @@ android { dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) - compile 'com.android.support:appcompat-v7:21.0.3' + compile 'com.android.support:appcompat-v7:21.0.2' }