Cleaned build.gradle.
This commit is contained in:
parent
7749c75442
commit
939a2a000a
1 changed files with 0 additions and 12 deletions
|
@ -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
|
||||
}
|
||||
|
|
Reference in a new issue