Cleaned build.gradle.

This commit is contained in:
Felix Ableitner 2015-06-30 22:49:21 +02:00
parent 7749c75442
commit 939a2a000a

View file

@ -41,16 +41,4 @@ android {
dev.minSdkVersion 21
rel.minSdkVersion 15
}
// Avoid duplicate file errors during packaging.
packagingOptions {
exclude 'decoder.properties'
exclude 'rootdoc.txt'
exclude 'META-INF/LICENSE'
exclude 'META-INF/NOTICE'
}
}
tasks.withType(ScalaCompile) {
scalaCompileOptions.useCompileDaemon = true
}