Exclude apache commons codec resources

This commit is contained in:
topjohnwu 2024-07-01 18:56:08 -07:00
parent 59f40d5fe5
commit be5ff68140

View File

@ -50,6 +50,7 @@ android {
excludes += "/META-INF/*"
excludes += "/META-INF/versions/**"
excludes += "/org/bouncycastle/**"
excludes += "org/apache/commons/**"
excludes += "/kotlin/**"
excludes += "/kotlinx/**"
excludes += "/okhttp3/**"