Browse Source

assertj for java 7

Daniel Zlotin 8 years ago
parent
commit
a6681f4f60
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      android/app/build.gradle

+ 1
- 1
android/app/build.gradle View File

60
     // tests
60
     // tests
61
     testCompile "junit:junit:4.12"
61
     testCompile "junit:junit:4.12"
62
     testCompile "org.robolectric:robolectric:3.1.4"
62
     testCompile "org.robolectric:robolectric:3.1.4"
63
-    testCompile 'org.assertj:assertj-core:3.5.2'
63
+    testCompile 'org.assertj:assertj-core:2.5.0'
64
 }
64
 }