소스 검색

Setup Espresso environment

jabarros 9 년 전
부모
커밋
a76bb109bc
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      build.gradle

+ 2 - 2
build.gradle

@@ -41,7 +41,7 @@ dependencies {
     compile "com.android.support:appcompat-v7:${supportLibraryVersion}"
     compile 'com.getbase:floatingactionbutton:1.10.1'
 
-    
+
     /// dependencies for local unit tests
     testCompile 'junit:junit:4.12'
     testCompile 'org.mockito:mockito-core:1.10.19'
@@ -121,4 +121,4 @@ android {
         exclude 'META-INF/LICENSE.txt'
     }
 
-}
+}