From 22203a08abc622a72ba83afd63c230bbd61e1f20 Mon Sep 17 00:00:00 2001 From: Benjamin Date: Thu, 24 Nov 2016 19:36:28 +0100 Subject: [PATCH] update dependencies --- .travis.yml | 2 +- build.gradle | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1f148117..eff3c24e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ android: components: - platform-tools - tools - - build-tools-25.0.0 + - build-tools-25.0.1 - android-25 - android-24 - extra-android-m2repository diff --git a/build.gradle b/build.gradle index bfa92998..808314ca 100644 --- a/build.gradle +++ b/build.gradle @@ -11,7 +11,7 @@ buildscript { plugins { id "org.standardout.versioneye" version "1.4.0" id "com.github.ben-manes.versions" version "0.13.0" - id "com.github.kt3k.coveralls" version "2.7.0" + id "com.github.kt3k.coveralls" version "2.7.1" } @@ -33,7 +33,7 @@ android { exclude 'META-INF/services/javax.annotation.processing.Processor' } compileSdkVersion 25 - buildToolsVersion '25.0.0' + buildToolsVersion '25.0.1' defaultConfig { applicationId "de.avalax.fitbuddy" minSdkVersion 19 @@ -89,22 +89,22 @@ dependencies { testCompile 'junit:junit:4.12' testCompile 'org.hamcrest:hamcrest-all:1.3' testCompile 'org.mockito:mockito-all:1.10.19' - testCompile 'org.assertj:assertj-core:3.5.2' + testCompile 'org.assertj:assertj-core:3.6.0' testCompile 'de.bechte.junit:junit-hierarchicalcontextrunner:4.12.1' testCompile('org.robolectric:robolectric:3.1.4') { exclude module: 'commons-logging' exclude module: 'httpclient' } - androidTestCompile 'com.android.support:support-annotations:25.0.0' + androidTestCompile 'com.android.support:support-annotations:25.0.1' androidTestCompile 'com.android.support.test:runner:0.5' androidTestCompile 'com.android.support.test:rules:0.5' androidTestCompile 'com.android.support.test.espresso:espresso-core:2.2.2' compile 'com.google.code.gson:gson:2.8.0' - compile 'com.android.support:support-v4:25.0.0' + compile 'com.android.support:support-v4:25.0.1' compile 'com.google.zxing:android-integration:3.3.0' - compile 'com.google.dagger:dagger:2.7' - apt 'com.google.dagger:dagger-compiler:2.7' - androidTestApt 'com.google.dagger:dagger-compiler:2.7' + compile 'com.google.dagger:dagger:2.8' + apt 'com.google.dagger:dagger-compiler:2.8' + androidTestApt 'com.google.dagger:dagger-compiler:2.8' } versioneye {