build: remove problematic excludes

This commit is contained in:
Ushie 2022-12-11 23:50:46 +03:00
parent 06b9cbdb4a
commit 74318f30fb
No known key found for this signature in database
GPG Key ID: 0EF73F1CA38B2D5F

View File

@ -63,10 +63,6 @@ android {
packagingOptions {
resources {
excludes += "/prebuilt/**"
excludes += "/**/*.version"
excludes += "/kotlin-tooling-metadata.json"
excludes += "/okhttp3/**"
excludes += "/DebugProbesKt.bin"
}
}