Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
avalax committed Nov 24, 2016
1 parent 2fc6b27 commit 22203a0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -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
Expand Down
16 changes: 8 additions & 8 deletions build.gradle
Expand Up @@ -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"

}

Expand All @@ -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
Expand Down Expand Up @@ -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 {
Expand Down

0 comments on commit 22203a0

Please sign in to comment.