Update build env

This commit is contained in:
Dominik Schürmann
2017-02-01 18:53:26 +01:00
parent d2a2b11e66
commit 7d09040cc6
5 changed files with 21 additions and 18 deletions

View File

@@ -296,6 +296,10 @@ android {
javaMaxHeapSize "2g"
}
dataBinding {
enabled = true
}
packagingOptions {
exclude 'LICENSE.txt'
exclude 'META-INF/LICENSE.txt'
@@ -305,10 +309,6 @@ android {
exclude 'META-INF/NOTICE'
exclude '.readme'
}
dataBinding {
enabled = true
}
}
task jacocoTestReport(type:JacocoReport, dependsOn: "testFdroidDebugWithTestCoverageUnitTest") {