Skip to content

Commit

Permalink
Bump Truth and Timber deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Jun 19, 2015
1 parent 0df1182 commit 3a5f86a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions telecine/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@ dependencies {
compile 'com.android.support:support-annotations:22.2.0'
compile 'com.google.android.gms:play-services-analytics:7.5.0'
compile 'com.jakewharton:butterknife:6.1.0'
compile 'com.jakewharton.timber:timber:3.0.1'
compile 'com.jakewharton.timber:timber:3.1.0'
compile 'com.bugsnag:bugsnag-android:3.2.5'
compile 'com.squareup.dagger:dagger:1.2.2'
apt 'com.squareup.dagger:dagger-compiler:1.2.2'
testCompile 'junit:junit:4.12'
testCompile 'com.google.truth:truth:0.25'
testCompile 'com.google.truth:truth:0.27'
}

0 comments on commit 3a5f86a

Please sign in to comment.