Skip to content

Commit

Permalink
Update dependencies and rever assertj dependency to an older version
Browse files Browse the repository at this point in the history
  • Loading branch information
tasomaniac committed Oct 28, 2016
1 parent d6f6229 commit a940ebb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,8 @@ dependencies {
testCompile "org.robolectric:shadows-multidex:$rootProject.robolectricVersion"
testCompile "joda-time:joda-time:$rootProject.jodaTimeVersion"

androidTestCompile 'org.assertj:assertj-core:3.5.2'
// Needs an older version since newer versions are compiled against java 8
androidTestCompile 'org.assertj:assertj-core:1.7.1'

// Android Testing Support Library's runner and rules
androidTestCompile "com.android.support.test:runner:$rootProject.runnerVersion"
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ ext {
supportLibraryVersion = '24.2.1'
playServicesVersion = '9.6.1'
butterKnifeVersion = '8.4.0'
jodaTimeAndroidVersion = '2.9.4.2'
jodaTimeAndroidVersion = '2.9.4.3'
jodaTimeVersion = '2.9.4'
leakCanaryVersion = '1.3.1'
okHttpVersion = '3.4.1'
Expand Down

0 comments on commit a940ebb

Please sign in to comment.