build: remove junk files in apk
Remove build junk from the APK. Removes another ~100kb or so.
This commit is contained in:
parent
4f7ed359ae
commit
6226b0a830
1 changed files with 8 additions and 0 deletions
|
@ -57,6 +57,14 @@ android {
|
|||
}
|
||||
}
|
||||
|
||||
packagingOptions {
|
||||
exclude "DebugProbesKt.bin"
|
||||
exclude "kotlin-tooling-metadata.json"
|
||||
exclude "**/kotlin/**"
|
||||
exclude "**/okhttp3/**"
|
||||
exclude "META-INF/*.version"
|
||||
}
|
||||
|
||||
buildFeatures {
|
||||
viewBinding true
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue