Pārlūkot izejas kodu

fix robolectric

Daniel Zlotin 9 gadus atpakaļ
vecāks
revīzija
6e55b16981
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1
    1
      android/app/build.gradle

+ 1
- 1
android/app/build.gradle Parādīt failu

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