소스 검색

fix gradle

Daniel Zlotin 7 년 전
부모
커밋
a4bdd669b6
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0
    3
      lib/android/app/build.gradle

+ 0
- 3
lib/android/app/build.gradle 파일 보기

@@ -40,9 +40,6 @@ android {
40 40
                     println "see report at file://${t.reports.html.destination}/index.html"
41 41
                 }
42 42
             }
43
-            jacoco {
44
-                includeNoLocationClasses = true
45
-            }
46 43
         }
47 44
     }
48 45
 }