Browse Source

fix robolectric

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

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

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
 }