Exclude META-INF/INDEX.LIST

pull/2779/merge
Alex Baker 2 weeks ago
parent c210fe1893
commit abd13aeb75

@ -139,9 +139,9 @@ android {
dimension = "store"
}
}
packagingOptions {
packaging {
resources {
excludes += setOf("META-INF/*.kotlin_module")
excludes += setOf("META-INF/*.kotlin_module", "META-INF/INDEX.LIST")
}
}

Loading…
Cancel
Save