mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-12-22 16:07:39 +00:00
Exclude apache commons codec resources
This commit is contained in:
parent
59f40d5fe5
commit
be5ff68140
@ -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/**"
|
||||
|
Loading…
x
Reference in New Issue
Block a user