Exclude 'DebugProbesKt.bin' from APK
This commit is contained in:
parent
145c048326
commit
d38dd84e88
1 changed files with 1 additions and 0 deletions
|
@ -104,6 +104,7 @@ android {
|
|||
exclude 'META-INF/*.kotlin_module'
|
||||
exclude 'META-INF/*.version'
|
||||
exclude 'kotlin/**'
|
||||
exclude 'DebugProbesKt.bin'
|
||||
}
|
||||
|
||||
dependenciesInfo {
|
||||
|
|
Loading…
Reference in a new issue