Temporary disable lint checks cause of problem with implicit 'stream' import

This commit is contained in:
Michael Bogdanov
2016-04-26 13:01:53 +03:00
parent 3cebb7c804
commit 0abdc75477
@@ -52,6 +52,11 @@ android {
}
}
packagingOptions { exclude 'META-INF/build.txt' }
//TODO run under java 6, cause there is error on implicit 'stream' import in 'asWithMutable' test
lintOptions {
abortOnError false
}
}
dependencies {