ソースを参照

fix robolectric

Daniel Zlotin 9 年 前
コミット
6e55b16981
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1
    1
      android/app/build.gradle

+ 1
- 1
android/app/build.gradle ファイルの表示

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
 }