diff --git a/build.gradle b/build.gradle index df5bf674a..d3d302f0f 100644 --- a/build.gradle +++ b/build.gradle @@ -24,6 +24,8 @@ repositories { android { lintOptions { lintConfig file("lint.xml") + textReport true + textOutput 'stdout' } compileSdkVersion 24