소스 검색

Fix tests

len 8 년 전
부모
커밋
f31aa622c0
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      app/build.gradle

+ 2 - 0
app/build.gradle

@@ -186,6 +186,8 @@ dependencies {
     testCompile 'org.assertj:assertj-core:1.7.1'
     testCompile 'org.mockito:mockito-core:1.10.19'
     testCompile 'org.robolectric:robolectric:3.1.2'
+    testCompile 'org.robolectric:shadows-multidex:3.1.2'
+    testCompile 'org.robolectric:shadows-play-services:3.1.2'
 
     compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
 }