remove some warnings
This commit is contained in:
parent
973f0cba1c
commit
883b74a5e4
1 changed files with 3 additions and 5 deletions
|
@ -1,5 +1,3 @@
|
|||
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
|
||||
|
||||
plugins {
|
||||
id("com.android.application")
|
||||
kotlin("android")
|
||||
|
@ -47,9 +45,9 @@ android {
|
|||
}
|
||||
|
||||
packagingOptions {
|
||||
exclude("META-INF/licenses/**")
|
||||
exclude("META-INF/AL2.0")
|
||||
exclude("META-INF/LGPL2.1")
|
||||
resources.excludes.add("META-INF/licenses/**")
|
||||
resources.excludes.add("META-INF/AL2.0")
|
||||
resources.excludes.add("META-INF/LGPL2.1")
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue