Selaa lähdekoodia

assertj for java 7

Daniel Zlotin 8 vuotta sitten
vanhempi
commit
a6681f4f60
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      android/app/build.gradle

+ 1
- 1
android/app/build.gradle Näytä tiedosto

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
 }