Quellcode durchsuchen

fix robolectric

Daniel Zlotin vor 8 Jahren
Ursprung
Commit
6e55b16981
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1
    1
      android/app/build.gradle

+ 1
- 1
android/app/build.gradle Datei anzeigen

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
 }