mirror of
https://gitlab.com/oeffi/oeffi.git
synced 2025-07-07 19:38:49 +00:00
build.gradle: add more packaging excludes
This commit is contained in:
parent
6e34a09531
commit
b7341bf810
1 changed files with 3 additions and 1 deletions
|
@ -91,8 +91,10 @@ android {
|
||||||
packagingOptions {
|
packagingOptions {
|
||||||
exclude 'META-INF/*.version'
|
exclude 'META-INF/*.version'
|
||||||
exclude 'META-INF/proguard/**'
|
exclude 'META-INF/proguard/**'
|
||||||
|
exclude 'META-INF/services/**'
|
||||||
exclude 'META-INF/*.kotlin_module'
|
exclude 'META-INF/*.kotlin_module'
|
||||||
exclude 'META-INF/com.android.tools/proguard/coroutines.pro'
|
exclude 'META-INF/**/coroutines.pro'
|
||||||
|
exclude 'DebugProbesKt.bin'
|
||||||
exclude 'kotlin/**'
|
exclude 'kotlin/**'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue